public class WebModule
extends java.lang.Object
Constructor and Description |
---|
WebModule() |
Modifier and Type | Method and Description |
---|---|
void |
addWebAppList(java.util.ArrayList<WebAppConfig> list) |
java.lang.String |
getContextRoot()
Gets the context-root
|
java.util.ArrayList<WebAppConfig> |
getWebAppList()
Customization of web-app.
|
java.lang.String |
getWebURI()
Returns the web uri.
|
void |
setContextRoot(java.lang.String contextRoot)
Sets the context-root
|
void |
setWebApp(WebAppConfig config)
Customization of web-app.
|
void |
setWebURI(java.lang.String webUri)
Sets the location to the .war file.
|
java.lang.String |
toString() |
public void setWebURI(java.lang.String webUri)
public java.lang.String getWebURI()
public void setContextRoot(java.lang.String contextRoot)
public java.lang.String getContextRoot()
public void setWebApp(WebAppConfig config)
public java.util.ArrayList<WebAppConfig> getWebAppList()
public void addWebAppList(java.util.ArrayList<WebAppConfig> list)
public java.lang.String toString()
toString
in class java.lang.Object