GWT 2.7.0

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

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

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

Classes in com.google.gwt.core.server that implement ServerGwtBridge.ClassInstantiator
(package private)  class LocalizableInstantiator
          Instantiator that knows how to lookup locale-specific implementations.
(package private)  class ObjectNew
          A class instantiator that simple news the requested class.
static class ServerGwtBridge.ClassInstantiatorBase
          Helper class that provides some wrappers for looking up and instantiating a class.
 

Methods in com.google.gwt.core.server with parameters of type ServerGwtBridge.ClassInstantiator
 void ServerGwtBridge.register(java.lang.Class<?> baseClass, ServerGwtBridge.ClassInstantiator instantiator)
          Register an instantiator to be used for any subtypes of a given base class.
 


GWT 2.7.0