]> source.dussan.org Git - gwtquery.git/commit
First version of XmlBuilder generator, only getters work right now
authorManolo Carrasco <manolo@apache.org>
Fri, 30 Sep 2011 15:31:00 +0000 (15:31 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 30 Sep 2011 15:31:00 +0000 (15:31 +0000)
commitc34809c0ec2c9e99ed5d3d8e2cfce0d5c261dae3
treee69579b7c5b45c0a51842167facdb1735ab96a1e
parentc5e1e8506ca471deaa6fde1800b3ed852482dc73
First version of XmlBuilder generator, only getters work right now
gwtquery-core/src/main/java/com/google/gwt/query/Query.gwt.xml
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/JsonName.java [deleted file]
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/Name.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/XmlBuilder.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/builders/XmlBuilderBase.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/js/JsUtils.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/JsonBuilderGenerator.java
gwtquery-core/src/main/java/com/google/gwt/query/rebind/XmlBuilderGenerator.java [new file with mode: 0644]
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryAjaxTest.java