|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.gwt.config.GWTApp
public class GWTApp
Configuration element for a GWT app.
| Nested Class Summary | |
|---|---|
static class |
GWTApp.JavaScriptStyle
|
| Constructor Summary | |
|---|---|
GWTApp()
|
|
| Method Summary | |
|---|---|
void |
addModule(GWTAppModule module)
The module to add. |
GWTApp.JavaScriptStyle |
getJavascriptStyle()
The javascript style. |
java.util.List<GWTAppModule> |
getModules()
The set of modules to compile. |
java.lang.String |
getName()
The name of this GWT app. |
java.lang.String |
getSrcDir()
The source directory of the app (relative to the configuration file). |
void |
setJavascriptStyle(GWTApp.JavaScriptStyle javascriptStyle)
The javascript style. |
void |
setJavascriptStyleValue(java.lang.String javascriptStyle)
The javascript style value. |
void |
setName(java.lang.String name)
The name of this GWT app. |
void |
setSrcDir(java.lang.String srcDir)
The source directory of the app (relative to the configuration file). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GWTApp()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of this GWT app.public java.lang.String getSrcDir()
public void setSrcDir(java.lang.String srcDir)
srcDir - The source directory of the app (relative to the configuration file).public GWTApp.JavaScriptStyle getJavascriptStyle()
public void setJavascriptStyle(GWTApp.JavaScriptStyle javascriptStyle)
javascriptStyle - The javascript style.public void setJavascriptStyleValue(java.lang.String javascriptStyle)
javascriptStyle - The javascript style value.public java.util.List<GWTAppModule> getModules()
public void addModule(GWTAppModule module)
module - The module to add.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||