| Interface | Description |
|---|---|
| GwtCompileOptions |
Defines the options known by the
GwtCompile and GwtDraftCompile tasks. |
| GwtDevOptions |
Defines the options known by the
GwtDev task. |
| GwtSuperDevOptions |
Defines the options known by the
GwtSuperDev task. |
| Class | Description |
|---|---|
| AbstractGwtActionTask |
Base class for all GWT related tasks.
|
| AbstractGwtCompile |
Common implementation of tasks used for GWT compilation.
|
| AbstractGwtTask |
Base class for several GWT related tasks that share specific parameters.
|
| ExplodedWar | |
| GwtBasePlugin | |
| GwtCheck |
Task to run the GWT compiler for validation only so that no JavaScript output is produced.
|
| GwtCompile |
Task to run the GWT compiler for production quality output.
|
| GwtCompilerPlugin | |
| GwtDev | |
| GwtDraftCompile |
Task to run the GWT compiler for development quality output.
|
| GwtEclipseOptions |
Eclipse related options used by the
GwtEclipsePlugin. |
| GwtEclipsePlugin | |
| GwtPlugin | |
| GwtPluginExtension | |
| GwtSuperDev |
Task to run the GWT Super Dev Mode.
|
| GwtTestExtension |
GWT specific extension for the Test task.
|
| GwtTestOptions |
GWT test related options.
|
| GwtTestOptionsBase | |
| GwtWarPlugin |
| Enum | Description |
|---|---|
| JsInteropMode | |
| LogLevel |
Log levels defined by the GWT compiler/dev mode.
|
| MethodNameDisplayMode | |
| Namespace | |
| Style |
Output styles supported by the GWT compiler.
|