|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.env.deploy.DeployController<I>
com.caucho.env.deploy.ExpandDeployController<I>
com.caucho.env.deploy.EnvironmentDeployController<WebApp,WebAppConfig>
com.caucho.server.webapp.WebAppController
com.caucho.server.webapp.UnknownWebAppController
@Module public class UnknownWebAppController
Manages the lifecycle of a web-app. The same WebAppController is used for each web-app instantiation, for example on restarts. It's only created or destroyed if the web-app-deploy indicates it should be created/destroyed. Each WebAppController corresponds to a DeployNetworkService tag with the name "WebApp/[host]/[context-path]"
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.caucho.server.webapp.WebAppController |
---|
WebAppController.Var |
Field Summary |
---|
Fields inherited from class com.caucho.env.deploy.ExpandDeployController |
---|
APPLICATION_HASH_PATH |
Fields inherited from class com.caucho.env.deploy.DeployController |
---|
_lifecycle, REDEPLOY_CHECK_INTERVAL |
Constructor Summary | |
---|---|
UnknownWebAppController(java.lang.String id,
Path rootDirectory,
WebAppContainer container)
|
Method Summary | |
---|---|
protected WebApp |
instantiateDeployInstance()
Instantiate the webApp. |
Methods inherited from class com.caucho.env.deploy.EnvironmentDeployController |
---|
addConfigDefault, configureInstance, environmentBind, environmentConfigure, environmentStart, environmentStop, getArchivePath, getClassPath, getConfig, getConfigException, getErrorMessage, getMBean, getObjectName, getPrologue, getRepositoryMetaData, getVariableMap, merge, setConfig, setConfigException, setPrologue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnknownWebAppController(java.lang.String id, Path rootDirectory, WebAppContainer container)
Method Detail |
---|
protected WebApp instantiateDeployInstance()
instantiateDeployInstance
in class WebAppController
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |