|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HostContainer | |
---|---|
com.caucho.server.host |
Uses of HostContainer in com.caucho.server.host |
---|
Methods in com.caucho.server.host that return HostContainer | |
---|---|
HostContainer |
HostExpandDeployGenerator.getContainer()
Gets the host container. |
HostContainer |
HostGenerator.getContainer()
Returns the owning container. |
HostContainer |
HostRegexpDeployGenerator.getContainer()
Gets the application container. |
HostContainer |
HostSingleDeployGenerator.getContainer()
Gets the host container. |
Methods in com.caucho.server.host with parameters of type HostContainer | |
---|---|
void |
HostController.setContainer(HostContainer container)
|
void |
HostGenerator.setContainer(HostContainer container)
Sets the owning container. |
void |
HostRegexpDeployGenerator.setContainer(HostContainer container)
Sets the application container. |
Constructors in com.caucho.server.host with parameters of type HostContainer | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |