Uses of Class
com.caucho.env.deploy.ExpandDeployController

Packages that use ExpandDeployController
com.caucho.env.deploy   
com.caucho.server.e_app   
com.caucho.server.host   
com.caucho.server.webapp   
 

Uses of ExpandDeployController in com.caucho.env.deploy
 

Classes in com.caucho.env.deploy with type parameters of type ExpandDeployController
 class ExpandDeployGenerator<E extends ExpandDeployController<?>>
          The generator for the deploy
 

Subclasses of ExpandDeployController in com.caucho.env.deploy
 class EnvironmentDeployController<I extends EnvironmentDeployInstance,C extends DeployConfig>
          A deploy controller for an environment.
 

Uses of ExpandDeployController in com.caucho.server.e_app
 

Subclasses of ExpandDeployController in com.caucho.server.e_app
 class EarDeployController
          A configuration entry for an Enterprise WebApp
 

Uses of ExpandDeployController in com.caucho.server.host
 

Subclasses of ExpandDeployController in com.caucho.server.host
 class HostController
          A configuration entry for a host
 

Uses of ExpandDeployController in com.caucho.server.webapp
 

Subclasses of ExpandDeployController in com.caucho.server.webapp
 class UnknownWebAppController
          Manages the lifecycle of a web-app.
 class WebAppController
          Manages the lifecycle of a web-app.
 class WebAppVersioningController
          A configuration entry for a versioning web-app.