|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.gwt.config.GWTAppModule
public class GWTAppModule
A module for a GWT app.
| Constructor Summary | |
|---|---|
GWTAppModule()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
The name of the module. |
java.lang.String |
getOutputPath()
The output path of the module. |
java.lang.String |
getShellPage()
The HTML page for the GWT shell. |
void |
setHostPage(java.lang.String shellPage)
The HTML page for the GWT shell. |
void |
setName(java.lang.String name)
The name of the module. |
void |
setOutputPath(java.lang.String outputPath)
The output path of the module. |
void |
setShellPage(java.lang.String shellPage)
The HTML page for the GWT shell. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GWTAppModule()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the module.public java.lang.String getOutputPath()
public void setOutputPath(java.lang.String outputPath)
outputPath - The output path of the module.public java.lang.String getShellPage()
public void setShellPage(java.lang.String shellPage)
shellPage - The HTML page for the GWT shell.public void setHostPage(java.lang.String shellPage)
shellPage - The HTML page for the GWT shell.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||