|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.e_app.WebModule
public class WebModule
Configuration for the application web module
Constructor Summary | |
---|---|
WebModule()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebModule()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |