Package | Description |
---|---|
com.caucho.server.e_app | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
WebAppController |
EarDeployController.findWebAppController(java.lang.String name)
Finds any web-app in the ear matching the contextPath.
|
WebAppController |
EarSingleDeployGenerator.findWebAppEntry(java.lang.String name)
Returns any matching web-app entry.
|
WebAppController |
EnterpriseApplication.findWebAppEntry(java.lang.String name)
Returns any matching web-app.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<WebAppController> |
EnterpriseApplication.getApplications()
Returns the webapps for the enterprise-application.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownWebAppController
Manages the lifecycle of a web-app.
|
class |
WebAppVersioningController
A configuration entry for a versioning web-app.
|
Modifier and Type | Method and Description |
---|---|
protected WebAppController |
WebAppExpandDeployGenerator.createController(ExpandVersion version)
Returns the new controller.
|
WebAppController |
WebAppExpandDeployGenerator.createVersionController(ExpandVersion version)
Returns the new controller.
|
WebAppController |
WebAppContainer.findByURI(java.lang.String uri)
Finds the web-app matching the current entry.
|
WebAppController |
WebAppContainer.findController(java.lang.String subURI)
Finds the web-app for the entry, not checking for sub-apps.
|
WebAppController |
WebApp.getController() |
WebAppController |
WebAppController.getParent()
Returns the parent controller.
|
protected WebAppController |
WebAppContainer.getWebAppController(Invocation invocation)
Returns the webApp controller for the current request.
|
WebAppController[] |
WebAppContainer.getWebAppList()
Returns a list of the webApps.
|
Modifier and Type | Method and Description |
---|---|
DeployContainerApi<WebAppController> |
WebAppContainer.getWebAppDeployContainer() |
DeployContainer<WebAppController> |
WebAppContainer.getWebAppGenerator()
Returns the webApp generator
|
Modifier and Type | Method and Description |
---|---|
protected void |
WebAppExpandDeployGenerator.mergeController(WebAppController controller,
java.lang.String key)
Returns the current array of webApp entries.
|
void |
WebAppSingleDeployGenerator.mergeController(WebAppController controller,
java.lang.String name)
Merges the controllers.
|
void |
WebAppController.setOldWebApp(WebAppController oldWebApp,
long expireTime)
Sets the old version web-app.
|
void |
WebAppExpandDeployGenerator.setParent(WebAppController parent)
Sets the parent webApp.
|
void |
WebAppRegexpDeployGenerator.setParent(WebAppController parent)
Sets the parent webApp.
|
void |
WebAppSingleDeployGenerator.setParentWebApp(WebAppController parent)
Sets the parent webApp.
|
void |
WebAppController.setParentWebApp(WebAppController parent)
Sets the parent controller.
|
Modifier and Type | Method and Description |
---|---|
void |
WebAppContainer.addDeploy(DeployGenerator<WebAppController> deploy)
Sets the war-expansion
|
void |
WebAppEarDeployGenerator.generateController(java.lang.String name,
java.util.ArrayList<WebAppController> list)
Returns the current array of webApp entries.
|
void |
WebAppSingleDeployGenerator.generateController(java.lang.String name,
java.util.ArrayList<WebAppController> list)
Creates a controller given the name
|
void |
WebAppRegexpDeployGenerator.generateController(java.lang.String name,
java.util.ArrayList<WebAppController> list)
Returns the current array of webApp entries.
|
void |
WebAppContainer.removeWebAppDeploy(DeployGenerator<WebAppController> deploy)
Removes a web-app-generator.
|
Constructor and Description |
---|
WebAppAdmin(WebAppController controller) |
Constructor and Description |
---|
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)
Creates the new host deploy.
|
WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
WebAppConfig config)
Creates the new host deploy.
|
WebAppSingleDeployGenerator(DeployContainer<WebAppController> deployContainer)
Creates the new host deploy.
|
WebAppSingleDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
WebAppConfig config)
Creates the new web-app deploy.
|