GWT 2.4.0

Package com.google.gwt.core.ext

Classes used to extend the GWT compiler.

See:
          Description

Interface Summary
ConfigurationProperty A named configuration (property, values) pair.
GeneratorContext Provides metadata to deferred binding generators.
GeneratorContextExt EXPERIMENTAL and subject to change.
LinkerContext Provides access to data about the linking process.
PropertyOracle Provides deferred binding property values.
SelectionProperty A named deferred binding (property, value) pair for use in generators.
 

Class Summary
DefaultConfigurationProperty Default immutable implementation of ConfigurationProperty that receives its values in its constructor.
DefaultSelectionProperty Default immutable implementation of SelectionProperty that receives its values in its constructor.
Generator Generates source code for subclasses during deferred binding requests.
GeneratorContextExtWrapper EXPERIMENTAL and subject to change.
GeneratorExt EXPERIMENTAL and subject to change.
GeneratorExtWrapper EXPERIMENTAL and subject to change.
Linker Defines a linker for the GWT compiler.
ServletContainer An instance of a servlet container that can be used by the shell.
ServletContainerLauncher Defines the service provider interface for launching servlet containers that can be used by the GWT development mode.
TreeLogger An interface used to log messages in deferred binding generators.
TreeLogger.HelpInfo Provides extra information to the user, generally details of what caused the problem or what the user should do to fix the problem.
 

Enum Summary
TreeLogger.Type A type-safe enum of all possible logging severity types.
 

Exception Summary
BadPropertyValueException Thrown when a deferred binding property contains an invalid value.
UnableToCompleteException Used to indicate that some part of a multi-step process failed.
 

Package com.google.gwt.core.ext Description

Classes used to extend the GWT compiler. Developers will use the classes in this package only when creating custom code generators or linkers.


GWT 2.4.0