|
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.BTTChannelRequest
com.ibm.btt.http.HttpChannelRequest
com.ibm.btt.http.XmlHttpChannelRequest
com.ibm.btt.http.JSONHttpChannelRequest
public class JSONHttpChannelRequest
The channel request used to wrap the HttpServletRequest. This request used by JSONRequestServlet
Field Summary |
---|
Fields inherited from class com.ibm.btt.http.HttpChannelRequest |
---|
request |
Constructor Summary | |
---|---|
JSONHttpChannelRequest(javax.servlet.http.HttpServletRequest request)
Construct the JSONHttpChannelRequest object |
Method Summary | |
---|---|
java.lang.String |
getUserType(ChannelContext channelContext)
Get the user type of the channel, this is used to determine the client type. |
Methods inherited from class com.ibm.btt.http.XmlHttpChannelRequest |
---|
parseRequestData |
Methods inherited from class com.ibm.btt.http.HttpChannelRequest |
---|
checkSession, getAttribute, getCharacterEncoding, getRequest, getSessionId, parseRequestHeader, preProcessRequest, setAttribute, setCharacterEncoding |
Methods inherited from class com.ibm.btt.channel.BTTChannelRequest |
---|
runInSession, usingCookies |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONHttpChannelRequest(javax.servlet.http.HttpServletRequest request)
request
- the HttpServletRequest objectMethod Detail |
---|
public java.lang.String getUserType(ChannelContext channelContext)
getUserType
in interface ChannelRequest
getUserType
in class XmlHttpChannelRequest
channelContext
- the channel context object
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |