IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.html
Class ExtendHttpChannelRequest

java.lang.Object
  extended by com.ibm.btt.channel.BTTChannelRequest
      extended by com.ibm.btt.http.HttpChannelRequest
          extended by com.ibm.btt.cs.html.ExtendHttpChannelRequest
All Implemented Interfaces:
ChannelRequest

public class ExtendHttpChannelRequest
extends HttpChannelRequest


Field Summary
 
Fields inherited from class com.ibm.btt.http.HttpChannelRequest
request
 
Fields inherited from class com.ibm.btt.channel.BTTChannelRequest
log
 
Constructor Summary
ExtendHttpChannelRequest(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 void parseRequestData(ChannelContext channelContext)
          Parses the contents of the parameters contained in the HttpServletRequest, parses the request data into the KeyedCollection, and adds the kColl into the ChannelContext request data.
 
Methods inherited from class com.ibm.btt.http.HttpChannelRequest
checkSession, getAttribute, getCharacterEncoding, getRequest, getSessionId, getUserType, 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

ExtendHttpChannelRequest

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

parseRequestData

public void parseRequestData(ChannelContext channelContext)
                      throws java.lang.Exception
Description copied from class: HttpChannelRequest
Parses the contents of the parameters contained in the HttpServletRequest, parses the request data into the KeyedCollection, and adds the kColl into the ChannelContext request data.

Override this method to modify the the data parsing behavior.

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