|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebAppController | |
---|---|
com.caucho.server.e_app | |
com.caucho.server.webapp |
Uses of WebAppController in com.caucho.server.e_app |
---|
Methods in com.caucho.server.e_app that return WebAppController | |
---|---|
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. |
Methods in com.caucho.server.e_app that return types with arguments of type WebAppController | |
---|---|
java.util.ArrayList<WebAppController> |
EnterpriseApplication.getApplications()
Returns the webapps for the enterprise-application. |
Uses of WebAppController in com.caucho.server.webapp |
---|
Subclasses of WebAppController in com.caucho.server.webapp | |
---|---|
class |
UnknownWebAppController
Manages the lifecycle of a web-app. |
class |
WebAppVersioningController
A configuration entry for a versioning web-app. |
Methods in com.caucho.server.webapp that return WebAppController | |
---|---|
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. |
Methods in com.caucho.server.webapp that return types with arguments of type WebAppController | |
---|---|
DeployContainerApi<WebAppController> |
WebAppContainer.getWebAppDeployContainer()
|
DeployContainer<WebAppController> |
WebAppContainer.getWebAppGenerator()
Returns the webApp generator |
Methods in com.caucho.server.webapp with parameters of type WebAppController | |
---|---|
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 |
WebAppController.setParentWebApp(WebAppController parent)
Sets the parent controller. |
void |
WebAppSingleDeployGenerator.setParentWebApp(WebAppController parent)
Sets the parent webApp. |
Method parameters in com.caucho.server.webapp with type arguments of type WebAppController | |
---|---|
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 |
WebAppRegexpDeployGenerator.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 |
WebAppContainer.removeWebAppDeploy(DeployGenerator<WebAppController> deploy)
Removes a web-app-generator. |
Constructors in com.caucho.server.webapp with parameters of type WebAppController | |
---|---|
WebAppAdmin(WebAppController controller)
|
Constructor parameters in com.caucho.server.webapp with type arguments of type WebAppController | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |