|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.channel.ChannelContextContainer
com.ibm.btt.http.WebChannelContext
public class WebChannelContext
The thread local container can be used in the operation to get the HttpServletRequest and HttpServletResponse
Constructor Summary | |
---|---|
WebChannelContext()
|
Method Summary | |
---|---|
static javax.servlet.http.HttpServletRequest |
getHttpServletRequest()
Returns the channel request specific to the current thread. |
static javax.servlet.http.HttpServletResponse |
getHttpServletResponse()
Returns the channel response specific to the current thread. |
Methods inherited from class com.ibm.btt.channel.ChannelContextContainer |
---|
cleanUp, getChannelRequest, getChannelResponse, getChannelSession, getContext, setContext, usingCookies |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebChannelContext()
Method Detail |
---|
public static javax.servlet.http.HttpServletRequest getHttpServletRequest()
public static javax.servlet.http.HttpServletResponse getHttpServletResponse()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |