|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoBeanFactory | |
---|---|
com.google.web.bindery.autobean.shared | The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces. |
com.google.web.bindery.autobean.vm | Contains JVM-compatible implementations of the AutoBean framework. |
com.google.web.bindery.requestfactory.shared.messages | Contains classes that define the RequestFactory wire format. |
com.google.web.bindery.requestfactory.vm | Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE environment. |
Uses of AutoBeanFactory in com.google.web.bindery.autobean.shared |
---|
Methods in com.google.web.bindery.autobean.shared that return AutoBeanFactory | |
---|---|
AutoBeanFactory |
AutoBean.getFactory()
Returns the AutoBeanFactory that created the AutoBean. |
Methods in com.google.web.bindery.autobean.shared with parameters of type AutoBeanFactory | ||
---|---|---|
static
|
AutoBeanCodex.decode(AutoBeanFactory factory,
java.lang.Class<T> clazz,
Splittable data)
Decode an AutoBeanCodex payload. |
|
static
|
AutoBeanCodex.decode(AutoBeanFactory factory,
java.lang.Class<T> clazz,
java.lang.String payload)
Decode an AutoBeanCodex payload. |
Uses of AutoBeanFactory in com.google.web.bindery.autobean.vm |
---|
Methods in com.google.web.bindery.autobean.vm with type parameters of type AutoBeanFactory | ||
---|---|---|
static
|
AutoBeanFactorySource.create(java.lang.Class<F> clazz)
Create an instance of an AutoBeanFactory. |
Uses of AutoBeanFactory in com.google.web.bindery.requestfactory.shared.messages |
---|
Subinterfaces of AutoBeanFactory in com.google.web.bindery.requestfactory.shared.messages | |
---|---|
interface |
MessageFactory
The factory for creating RequestFactory wire messages. |
Uses of AutoBeanFactory in com.google.web.bindery.requestfactory.vm |
---|
Subinterfaces of AutoBeanFactory in com.google.web.bindery.requestfactory.vm | |
---|---|
(package private) static interface |
InProcessRequestFactory.Factory
|
Methods in com.google.web.bindery.requestfactory.vm that return AutoBeanFactory | |
---|---|
protected AutoBeanFactory |
InProcessRequestFactory.getAutoBeanFactory()
|
protected AutoBeanFactory |
InProcessRequestContext.getAutoBeanFactory()
|
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |