com.google.gwt.requestfactory.client.impl
Class AbstractJsonObjectRequest<T extends Record,R extends AbstractJsonObjectRequest<T,R>>
java.lang.Object
com.google.gwt.requestfactory.client.impl.AbstractRequest<T,R>
com.google.gwt.requestfactory.client.impl.AbstractJsonObjectRequest<T,R>
- Type Parameters:
T - the type of entities returnedR - this request type
- All Implemented Interfaces:
- RecordRequest<T>, RequestFactory.RequestObject<T>
public abstract class AbstractJsonObjectRequest<T extends Record,R extends AbstractJsonObjectRequest<T,R>>
- extends AbstractRequest<T,R>
- implements RecordRequest<T>
Experimental API: This class is still under rapid
development, and is very likely to be deleted. Use it at your own risk.
Abstract implementation of
RequestFactory.RequestObject for requests that return single instances of
Record.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJsonObjectRequest
public AbstractJsonObjectRequest(RecordSchema<? extends T> schema,
RequestFactoryJsonImpl requestService)
handleResponseText
public void handleResponseText(java.lang.String text)
- Specified by:
handleResponseText in interface RequestFactory.RequestObject<T extends Record>