GWT Support
The language jetbrains.mps.gwt.client provides basic support for creating and editing of GWT Module XML files. Module manifests are represented as root nodes interlinked with source code and other manifests, including ones from .jar files. The jar files for gwt-dev.jar and gwt-user.jar are included with the language.
Supported GWT SDK versions are 2.0 onward.
GWT Module root
Supported elements. Please refer to GWT SDK documentation for details.
Table of Content Zone | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
inheritsSpecify the module to inherit settings from. In order to inherit from a GWT module contained in another model, that model must be imported first.
entry-pointSpecify a class that will be used as the entry point. Must implement com.google.gwt.core.client.EntryPoint.
Filtering pathsThe following three elements support following features, analogous to GWT module XML file's elements.
If no path is explicitly specified, the current model is assumed.
publicDefine a path with public resources.
sourceDefine a source path (package).
super-sourceDefine a source path stripping off the prefix.
|
—