IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.ajax
Class AjaxChannelRequest

java.lang.Object
  extended by com.ibm.btt.channel.BTTChannelRequest
      extended by com.ibm.btt.http.HttpChannelRequest
          extended by com.ibm.btt.http.JavaHttpChannelRequest
              extended by com.ibm.btt.cs.ajax.AjaxChannelRequest
All Implemented Interfaces:
ChannelRequest

public class AjaxChannelRequest
extends JavaHttpChannelRequest


Field Summary
static java.lang.String AJAX_OP_CONTEXT
          used to record the ajax operation context into the http request, and when ajax operation finished, it will help to find and unchain the ajax context from parent context
 
Fields inherited from class com.ibm.btt.http.JavaHttpChannelRequest
javaClientException, javaClientTrace
 
Fields inherited from class com.ibm.btt.http.HttpChannelRequest
request
 
Constructor Summary
AjaxChannelRequest(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 void parseRequestData(ChannelContext channelContext)
          Read the contents of the HttpServletRequest Use the request reader and create a buffer of the contents and pass the string of to the processor to be processed
 
Methods inherited from class com.ibm.btt.http.JavaHttpChannelRequest
preProcessRequest
 
Methods inherited from class com.ibm.btt.http.HttpChannelRequest
checkSession, getAttribute, getCharacterEncoding, getRequest, getSessionId, getUserType, parseRequestHeader, 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
 

Field Detail

AJAX_OP_CONTEXT

public static final java.lang.String AJAX_OP_CONTEXT
used to record the ajax operation context into the http request, and when ajax operation finished, it will help to find and unchain the ajax context from parent context

See Also:
Constant Field Values
Constructor Detail

AjaxChannelRequest

public AjaxChannelRequest(javax.servlet.http.HttpServletRequest request)
Method Detail

parseRequestData

public void parseRequestData(ChannelContext channelContext)
                      throws java.lang.Exception
Read the contents of the HttpServletRequest

Use the request reader and create a buffer of the contents and pass the string of to the processor to be processed

Specified by:
parseRequestData in interface ChannelRequest
Overrides:
parseRequestData in class HttpChannelRequest
Parameters:
channelContext - the channel context object
Throws:
java.lang.Exception - if error occur during parsing

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011