|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.env.deploy.DeployGenerator<WebAppController>
com.caucho.server.webapp.WebAppRegexpDeployGenerator
public class WebAppRegexpDeployGenerator
The generator for the web-app deploy
Constructor Summary | |
---|---|
WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer)
Creates the new host deploy. |
|
WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
WebAppConfig config)
Creates the new host deploy. |
Method Summary | |
---|---|
void |
generateController(java.lang.String name,
java.util.ArrayList<WebAppController> list)
Returns the current array of webApp entries. |
WebAppContainer |
getContainer()
Gets the webApp container. |
void |
setContainer(WebAppContainer container)
Sets the webApp container. |
void |
setParent(WebAppController parent)
Sets the parent webApp. |
java.lang.String |
toString()
|
Methods inherited from class com.caucho.env.deploy.DeployGenerator |
---|
destroy, destroyImpl, environmentBind, environmentConfigure, environmentStart, environmentStop, fillDeployedNames, getConfigException, getDeployContainer, getLog, getParentClassLoader, getRedeployMode, getStartupMode, getState, init, initImpl, isActive, isDestroyed, isModified, logModified, mergeController, setRedeployMode, setStartupMode, start, startImpl, stop, stopImpl, update, updateIfModified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer)
public WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer, WebAppContainer container, WebAppConfig config)
Method Detail |
---|
public WebAppContainer getContainer()
public void setContainer(WebAppContainer container)
public void setParent(WebAppController parent)
public void generateController(java.lang.String name, java.util.ArrayList<WebAppController> list)
generateController
in class DeployGenerator<WebAppController>
public java.lang.String toString()
toString
in class DeployGenerator<WebAppController>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |