IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.webapp.element.scope
Class SessionScope

java.lang.Object
  extended by com.ibm.btt.webapp.element.scope.SessionScope
All Implemented Interfaces:
Scope

public class SessionScope
extends java.lang.Object
implements Scope


Field Summary
(package private)  BTTLog log
           
 
Constructor Summary
SessionScope()
           
 
Method Summary
 void cacheElement(java.lang.String id, Tag tag, java.lang.Object element)
          Put the element into cache.
 void destoryElements()
          destroy the cache
 java.lang.Object getElement(java.lang.String id)
          If element in this scope, return the element; Or return null.
 void setLifyCycleProcessor(LifeCycleProcessor processor)
          setter for the processor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

BTTLog log
Constructor Detail

SessionScope

public SessionScope()
Method Detail

cacheElement

public void cacheElement(java.lang.String id,
                         Tag tag,
                         java.lang.Object element)
Description copied from interface: Scope
Put the element into cache.

Specified by:
cacheElement in interface Scope

destoryElements

public void destoryElements()
Description copied from interface: Scope
destroy the cache

Specified by:
destoryElements in interface Scope

getElement

public java.lang.Object getElement(java.lang.String id)
Description copied from interface: Scope
If element in this scope, return the element; Or return null.

Specified by:
getElement in interface Scope
Returns:

setLifyCycleProcessor

public void setLifyCycleProcessor(LifeCycleProcessor processor)
Description copied from interface: Scope
setter for the processor

Specified by:
setLifyCycleProcessor in interface Scope

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010