|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.servlet.container.WebContainer
public abstract class WebContainer
Constructor Summary | |
---|---|
WebContainer()
|
Method Summary | |
---|---|
static void |
addGlobalListener(java.lang.String className)
|
static WebContainer |
getWebContainer()
|
abstract 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 |
---|
public WebContainer()
Method Detail |
---|
public static WebContainer getWebContainer()
public abstract void handleRequest(IRequest req, IResponse res) throws java.lang.Exception
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 addGlobalListener(java.lang.String className)
classname
- Adds a global servlet listener with the specified classname.
The class must be on the classpath of all web applications. For example,
the /lib directory at the root of the application server.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |