|
GWT 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| com.google.gwt.requestfactory.shared | Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. |
| Uses of Request in com.google.gwt.requestfactory.shared |
|---|
| Methods in com.google.gwt.requestfactory.shared that return Request | ||
|---|---|---|
|
RequestFactory.find(EntityProxyId<P> proxyId)
Return a request to find a fresh instance of the referenced proxy. |
|
Request<UserInformationProxy> |
UserInformationRequest.getCurrentUserInformation(java.lang.String redirectUrl)
|
|
Request<java.lang.Void> |
LoggingRequest.logMessage(java.lang.String serializedLogRecordString)
Log a message on the server. |
|
Request<T> |
InstanceRequest.using(P instanceObject)
Provide the instance on which the request will be invoked. |
|
Request<T> |
Request.with(java.lang.String... propertyRefs)
Request additional reference properties to fetch with the return value. |
|
|
GWT 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||