|
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
public abstract class BTTChannelRequest
The superclass of the channel request. This provides some utility method for subclass to get the settings from the configuration file.
Field Summary | |
---|---|
protected static BTTLog |
log
|
Constructor Summary | |
---|---|
BTTChannelRequest()
|
Method Summary | |
---|---|
boolean |
runInSession(ChannelContext channelContext)
Determines from the HandlerRegistry whether the device type should run in a session. |
protected boolean |
usingCookies(ChannelContext channelContext)
Determines from the HandlerRegistry whether the device type is using cookies to manage the session. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.btt.channel.ChannelRequest |
---|
getAttribute, getCharacterEncoding, getRequest, getSessionId, getUserType, parseRequestData, parseRequestHeader, preProcessRequest, setAttribute, setCharacterEncoding |
Field Detail |
---|
protected static final BTTLog log
Constructor Detail |
---|
public BTTChannelRequest()
Method Detail |
---|
protected boolean usingCookies(ChannelContext channelContext)
channelContext
- com.ibm.btt.clientserver.ChannelContext
public boolean runInSession(ChannelContext channelContext)
runInSession
in interface ChannelRequest
channelContext
- ctx
DSECSSessionNotEstablishedException
- throw error
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |