Package | Description |
---|---|
com.ibm.wsspi.http |
Modifier and Type | Method and Description |
---|---|
void |
VirtualHost.addContextRoot(java.lang.String contextRoot,
HttpContainer container)
Add the container as a handler for the specified context root.
|
void |
VirtualHost.removeContextRoot(java.lang.String contextRoot,
HttpContainer container)
Remove the container as a handler for the specified context root.
|