GWT 2.5.0.rc2

Uses of Class
com.google.web.bindery.autobean.vm.Configuration

Packages that use Configuration
com.google.web.bindery.autobean.vm Contains JVM-compatible implementations of the AutoBean framework. 
com.google.web.bindery.requestfactory.server Server side classes for mediating between the client side and the persistent datastore. 
 

Uses of Configuration in com.google.web.bindery.autobean.vm
 

Methods in com.google.web.bindery.autobean.vm that return Configuration
 Configuration Configuration.Builder.build()
           
 

Methods in com.google.web.bindery.autobean.vm with parameters of type Configuration
static
<T> AutoBean<T>
AutoBeanFactorySource.createBean(java.lang.Class<T> clazz, Configuration configuration)
          Create an instance of an AutoBean directly.
 

Uses of Configuration in com.google.web.bindery.requestfactory.server
 

Fields in com.google.web.bindery.requestfactory.server declared as Configuration
(package private) static Configuration SimpleRequestProcessor.CONFIGURATION
          Allows the creation of properly-configured AutoBeans without having to create an AutoBeanFactory with the desired annotations.
 


GWT 2.5.0.rc2