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