Package | Description |
---|---|
com.caucho.server.cluster | |
com.caucho.server.host | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
Host |
ServletService.getHost(java.lang.String hostName,
int port)
Returns the matching servlet pattern for a URL.
|
Modifier and Type | Method and Description |
---|---|
protected Host |
HostAdmin.getHost()
Returns the host.
|
Host |
HostContainer.getHost(java.lang.String hostName,
int port)
Returns the matching host.
|
static Host |
Host.getLocal()
Returns the local host.
|
protected Host |
HostController.instantiateDeployInstance()
Creates a new instance of the host object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HostController.configureInstance(Host host)
Creates the host.
|
Modifier and Type | Method and Description |
---|---|
void |
HostController.merge(DeployControllerApi<Host> newControllerV)
Merges with the old controller.
|
Modifier and Type | Method and Description |
---|---|
Host |
WebAppContainer.getHost()
Returns the owning host.
|
Host |
WebApp.getHost()
Returns the owning host.
|
Host |
WebAppController.getHost()
Returns the containing host.
|
Constructor and Description |
---|
ErrorPageManager(ServletService server,
Host host,
WebApp app)
Create error page manager.
|
WebAppContainer(ServletService server,
Host host,
Path rootDirectory,
EnvironmentClassLoader loader,
Lifecycle lifecycle)
Creates the webApp with its environment loader.
|