]> source.dussan.org Git - vaadin-framework.git/commit
Refactor RpcManager to provide info about parameter types (#8879)
authorLeif Åstrand <leif@vaadin.com>
Thu, 31 May 2012 13:31:26 +0000 (16:31 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 6 Jun 2012 10:33:42 +0000 (13:33 +0300)
commitdc7e238f2dc9ec6c9faad5ab6dcfdab8f2eaae46
treefc4fb6d63da14d8a756fa42c120f776e64aae8e5
parent6526c870a3b5d8fbb22c8c80cb06fa25ab62ed97
Refactor RpcManager to provide info about parameter types (#8879)

This is an intermediate step towards decoding everything received from
the server based on its declared type.
src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml
src/com/vaadin/terminal/gwt/client/communication/GeneratedRpcMethodProvider.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/communication/RpcManager.java
src/com/vaadin/terminal/gwt/client/communication/RpcMethod.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/client/communication/Type.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/widgetsetutils/GeneratedRpcMethodProviderGenerator.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/widgetsetutils/RpcManagerGenerator.java [deleted file]