Uses of Interface
com.google.gwt.core.server.ServerGwtBridge.ClassInstantiator
-
Packages that use ServerGwtBridge.ClassInstantiator Package Description 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 Modifier and Type Class Description (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 Modifier and Type Method Description void
ServerGwtBridge. register(java.lang.Class<?> baseClass, ServerGwtBridge.ClassInstantiator instantiator)
Register an instantiator to be used for any subtypes of a given base class.
-