com.ibm.btt.element.scope
Interface Scope
- All Known Implementing Classes:
- SingletonScope
public interface Scope
getElement
java.lang.Object getElement(java.lang.String id)
- If element in this scope, return the element;
Or return null.
- Parameters:
id
-
- Returns:
cacheElement
void cacheElement(java.lang.String id,
Tag tag,
java.lang.Object element)
- Put the element into cache.
- Parameters:
id
- element
-
destoryElements
void destoryElements()
setLifyCycleProcessor
void setLifyCycleProcessor(LifeCycleProcessor processor)
(c) Copyright IBM Corporation 1998, 2008