GWT 0.0.0

Uses of Package
com.google.gwt.autobean.shared

Packages that use com.google.gwt.autobean.shared
com.google.gwt.autobean.server Contains JVM-compatible implementations of the AutoBean framework. 
com.google.gwt.autobean.shared The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces. 
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. 
com.google.gwt.requestfactory.shared.messages Contains classes that define the RequestFactory wire format. 
 

Classes in com.google.gwt.autobean.shared used by com.google.gwt.autobean.server
AutoBean
          A controller for an implementation of a bean interface.
AutoBeanFactory
          A tag interface for the AutoBean generator.
 

Classes in com.google.gwt.autobean.shared used by com.google.gwt.autobean.shared
AutoBean
          A controller for an implementation of a bean interface.
AutoBeanFactory
          A tag interface for the AutoBean generator.
AutoBeanVisitor
          Allows traversal of an AutoBean object graph.
AutoBeanVisitor.CollectionPropertyContext
          A PropertyContext that describes the parameterization of the Collection being visited.
AutoBeanVisitor.Context
          Reserved for future expansion to avoid API breaks.
AutoBeanVisitor.MapPropertyContext
          A PropertyContext that describes the parameterization of the Map being visited.
AutoBeanVisitor.PropertyContext
          Allows properties to be reset.
Splittable
          This interface provides an abstraction around the underlying data model (JavaScriptObject, org.json, or XML) used to encode an AutoBeanCodex payload.
 

Classes in com.google.gwt.autobean.shared used by com.google.gwt.requestfactory.shared
Splittable
          This interface provides an abstraction around the underlying data model (JavaScriptObject, org.json, or XML) used to encode an AutoBeanCodex payload.
 

Classes in com.google.gwt.autobean.shared used by com.google.gwt.requestfactory.shared.messages
AutoBean
          A controller for an implementation of a bean interface.
AutoBean.PropertyName
          An annotation that allows inferred property names to be overridden.
AutoBeanFactory
          A tag interface for the AutoBean generator.
Splittable
          This interface provides an abstraction around the underlying data model (JavaScriptObject, org.json, or XML) used to encode an AutoBeanCodex payload.
 


GWT 0.0.0