Package | Description |
---|---|
com.google.gwt.core.server |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and 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.
|