Package | Description |
---|---|
com.caucho.server.host |
Modifier and Type | Method and Description |
---|---|
HostContainer |
HostExpandDeployGenerator.getContainer()
Gets the host container.
|
HostContainer |
HostRegexpDeployGenerator.getContainer()
Gets the application container.
|
HostContainer |
HostGenerator.getContainer()
Returns the owning container.
|
HostContainer |
HostSingleDeployGenerator.getContainer()
Gets the host container.
|
Modifier and Type | Method and Description |
---|---|
void |
HostRegexpDeployGenerator.setContainer(HostContainer container)
Sets the application container.
|
void |
HostGenerator.setContainer(HostContainer container)
Sets the owning container.
|
void |
HostController.setContainer(HostContainer container) |
Constructor and Description |
---|
Host(HostContainer parent,
HostController controller,
java.lang.String hostName)
Creates the webApp with its environment loader.
|
HostController(java.lang.String id,
Path rootDirectory,
java.lang.String hostName,
HostContainer container) |
HostExpandDeployGenerator(java.lang.String id,
DeployContainer<HostController> container,
HostContainer hostContainer)
Creates the new host deploy.
|
HostRegexpDeployGenerator(DeployContainer<HostController> container,
HostContainer hostContainer,
HostConfig config)
Creates the new host deploy.
|
HostSingleDeployGenerator(DeployContainer<HostController> container,
HostContainer hostContainer,
HostConfig config)
Creates the new host deploy.
|