Uses of Interface
com.ibm.wsspi.http.HttpContainer
-
Packages that use HttpContainer Package Description com.ibm.wsspi.http -
-
Uses of HttpContainer in com.ibm.wsspi.http
Methods in com.ibm.wsspi.http with parameters of type HttpContainer Modifier and Type Method 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.
-