GWT 2.7.0

Uses of Interface
com.google.gwt.core.server.ServerGwtBridge.Properties

Packages that use ServerGwtBridge.Properties
com.google.gwt.core.server   
 

Uses of ServerGwtBridge.Properties in com.google.gwt.core.server
 

Methods in com.google.gwt.core.server with parameters of type ServerGwtBridge.Properties
<T> T
ServerGwtBridge.ClassInstantiator.create(java.lang.Class<?> baseClass, ServerGwtBridge.Properties properties)
          Create an instance given a base class.
<T> T
ObjectNew.create(java.lang.Class<?> clazz, ServerGwtBridge.Properties properties)
           
<T> T
LocalizableInstantiator.create(java.lang.Class<?> clazz, ServerGwtBridge.Properties properties)
           
static GwtLocale ServerGwtBridge.getLocale(ServerGwtBridge.Properties properties)
           
 


GWT 2.7.0