com.ibm.websphere.servlet.container

Class WebContainer

  1. java.lang.Object
  2. extended bycom.ibm.websphere.servlet.container.WebContainer

  1. public abstract class WebContainer
  2. extends java.lang.Object

Constructor Summary

Constructor and Description
WebContainer()

Method Summary

Modifier and Type Method and Description
  1. static
  2. void
addGlobalListener(java.lang.String className)
  1. static
  2. WebContainer
getWebContainer()
  1. abstract
  2. void
handleRequest(IRequest req,IResponse res)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

WebContainer

  1. public WebContainer()

Method Detail

getWebContainer

  1. public static WebContainer getWebContainer( )
Returns:
The instance of the WebContainer Call this method to get at an instance of the WebContainer

handleRequest

  1. public abstract void handleRequest( IRequest req,
  2. IResponse res)
  3. throws java.lang.Exception
Parameters:
req -
res -
Throws:
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.

addGlobalListener

  1. public static void addGlobalListener( java.lang.String className)