Package | Description |
---|---|
com.caucho.server.e_app | |
com.caucho.server.host | |
com.caucho.server.webapp |
Constructor and Description |
---|
EarDeployGenerator(java.lang.String id,
DeployContainer<EarDeployController> deployContainer,
WebAppContainer parentContainer) |
EarSingleDeployGenerator(DeployContainer<EarDeployController> deployContainer,
WebAppContainer parentContainer,
EarConfig config) |
Modifier and Type | Method and Description |
---|---|
WebAppContainer |
Host.getWebAppContainer() |
Modifier and Type | Method and Description |
---|---|
WebAppContainer |
WebAppEarDeployGenerator.getContainer()
Gets the webApp container.
|
WebAppContainer |
WebAppExpandDeployGenerator.getContainer()
Gets the webApp container.
|
WebAppContainer |
WebAppSingleDeployGenerator.getContainer()
Gets the webApp container.
|
WebAppContainer |
WebAppRegexpDeployGenerator.getContainer()
Gets the webApp container.
|
WebAppContainer |
WebAppController.getContainer()
Returns the web-app container.
|
WebAppContainer |
WebApp.getParent()
Gets the parent container.
|
Modifier and Type | Method and Description |
---|---|
void |
WebAppEarDeployGenerator.setContainer(WebAppContainer container)
Sets the webApp container.
|
void |
WebAppSingleDeployGenerator.setContainer(WebAppContainer container)
Sets the webApp container.
|
void |
WebAppRegexpDeployGenerator.setContainer(WebAppContainer container)
Sets the webApp container.
|
void |
WebApp.setParent(WebAppContainer parent)
Sets the parent container.
|
void |
ErrorPageManager.setWebAppContainer(WebAppContainer appContainer)
Sets the webApp container.
|
Constructor and Description |
---|
UnknownWebAppController(java.lang.String id,
Path rootDirectory,
WebAppContainer container) |
WebAppController(Path rootDirectory,
WebAppContainer container,
java.lang.String contextPath) |
WebAppController(java.lang.String id,
Path rootDirectory,
WebAppContainer container) |
WebAppController(java.lang.String id,
Path rootDirectory,
WebAppContainer container,
java.lang.String contextPath) |
WebAppEarDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
EarDeployGenerator earDeploy)
Creates the new host deploy.
|
WebAppExpandDeployGenerator(java.lang.String id,
DeployContainer<WebAppController> container,
WebAppContainer webAppContainer)
Creates the new expand deploy.
|
WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
WebAppConfig config)
Creates the new host deploy.
|
WebAppSingleDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
WebAppConfig config)
Creates the new web-app deploy.
|
WebAppVersioningController(java.lang.String id,
java.lang.String baseKey,
java.lang.String contextPath,
WebAppExpandDeployGenerator generator,
WebAppContainer container) |