Uses of Interface
com.google.gwt.core.server.ServerGwtBridge.ClassInstantiator
Packages that use ServerGwtBridge.ClassInstantiator
- 
Uses of ServerGwtBridge.ClassInstantiator in com.google.gwt.core.server
Classes in com.google.gwt.core.server that implement ServerGwtBridge.ClassInstantiatorModifier and TypeClassDescription(package private) classInstantiator that knows how to lookup locale-specific implementations.(package private) final classA class instantiator that simple news the requested class.static classHelper class that provides some wrappers for looking up and instantiating a class.Methods in com.google.gwt.core.server with parameters of type ServerGwtBridge.ClassInstantiatorModifier and TypeMethodDescriptionvoidServerGwtBridge.register(Class<?> baseClass, ServerGwtBridge.ClassInstantiator instantiator) Register an instantiator to be used for any subtypes of a given base class.