Interface | Description |
---|---|
ServerGwtBridge.ClassInstantiator |
Something that knows how to provide an instance of a requested class.
|
ServerGwtBridge.Properties |
An interface for accessing property values.
|
Class | Description |
---|---|
GwtServletBase |
Base servlet for GWT server-side code which extracts properties from the
request and sets them for this thread.
|
LocalizableInstantiator |
Instantiator that knows how to lookup locale-specific implementations.
|
ObjectNew |
A class instantiator that simple news the requested class.
|
ServerGwtBridge |
Implements GWT.* methods for the server.
|
ServerGwtBridge.ClassInstantiatorBase |
Helper class that provides some wrappers for looking up and instantiating
a class.
|
StackTraceDeobfuscator |
Deobfuscates stack traces on the server side.
|