public class WebContainer
extends com.ibm.websphere.servlet.container.WebContainer
Modifier and Type | Method and Description |
---|---|
void |
decrementNumRequests() |
java.lang.ClassLoader |
getExtClassLoader() |
java.lang.Integer |
getKeySize(java.lang.String cipherSuite) |
static com.ibm.ejs.ras.TraceNLS |
getNls() |
IPlatformHelper |
getPlatformHelper() |
java.lang.String |
getURIEncoding() |
static WebContainer |
getWebContainer() |
WebContainerConfig |
getWebContainerConfig() |
static java.util.Properties |
getWebContainerProperties() |
void |
handleRequest(IRequest req,
IResponse res) |
boolean |
isCachingEnabled() |
boolean |
isCollaboratorEnabled(java.lang.String type) |
static void |
registerExtensionFactory(ExtensionFactory fac) |
void |
setServletCachingInitNeeded(boolean bool) |
void |
setWebContainerStopping(boolean isStopped) |
public java.lang.String getURIEncoding()
public static WebContainer getWebContainer()
public void handleRequest(IRequest req, IResponse res) throws java.lang.Exception
handleRequest
in class com.ibm.websphere.servlet.container.WebContainer
req
- res
- java.lang.Exception
- Call this method to force the webcontainer to handle the request. The request
should have enough information in it for the webcontainer to handle the request.public static void registerExtensionFactory(ExtensionFactory fac)
fac
- The factory that provides ExtensionProcessors which the webcontainer
will leverage to handle requests.
Register an extension factory with this webcontainerExtensionFactory
public static java.util.Properties getWebContainerProperties()
public WebContainerConfig getWebContainerConfig()
public boolean isCollaboratorEnabled(java.lang.String type)
public void setServletCachingInitNeeded(boolean bool)
public boolean isCachingEnabled()
public IPlatformHelper getPlatformHelper()
public java.lang.Integer getKeySize(java.lang.String cipherSuite)
public java.lang.ClassLoader getExtClassLoader()
public static com.ibm.ejs.ras.TraceNLS getNls()
public void setWebContainerStopping(boolean isStopped)
public void decrementNumRequests()