org.codehaus.enunciate.modules.gwt.config
Class GWTAppModule

java.lang.Object
  extended by org.codehaus.enunciate.modules.gwt.config.GWTAppModule

public class GWTAppModule
extends java.lang.Object

A module for a GWT app.

Author:
Ryan Heaton

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

GWTAppModule

public GWTAppModule()
Method Detail

getName

public java.lang.String getName()
The name of the module.

Returns:
The name of the module.

setName

public void setName(java.lang.String name)
The name of the module.

Parameters:
name - The name of the module.

getOutputPath

public java.lang.String getOutputPath()
The output path of the module.

Returns:
The output path of the module.

setOutputPath

public void setOutputPath(java.lang.String outputPath)
The output path of the module.

Parameters:
outputPath - The output path of the module.

getShellPage

public java.lang.String getShellPage()
The HTML page for the GWT shell.

Returns:
The HTML page for the GWT shell.

setShellPage

public void setShellPage(java.lang.String shellPage)
The HTML page for the GWT shell.

Parameters:
shellPage - The HTML page for the GWT shell.

setHostPage

public void setHostPage(java.lang.String shellPage)
The HTML page for the GWT shell.

Parameters:
shellPage - The HTML page for the GWT shell.