|
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.element.impl.ElementProcessorChain
public class ElementProcessorChain
Constructor Summary | |
---|---|
ElementProcessorChain()
|
Method Summary | |
---|---|
void |
addElementProcessor(ElementProcessor processor)
|
java.lang.Object |
afterInitializeElement(Tag tag,
java.lang.Object element)
this method will be called after the ElementFactory populate all the properties of the Element. |
Tag |
beforeCreateElement(Tag tag)
this method will be called before the ElementFactory to create the element from Tag. |
java.lang.Object |
beforeInitializeElement(Tag tag,
java.lang.Object element)
this method will be called before the ElementFactory to populate the properties of the Element. |
void |
cleanup(KeyedCollection config)
Cleanup current component |
java.util.List<ElementProcessor> |
getElementProcessors()
|
void |
initialize(KeyedCollection config)
Initialize current component |
void |
setElementProcessors(java.util.List<ElementProcessor> processors)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementProcessorChain()
Method Detail |
---|
public java.lang.Object afterInitializeElement(Tag tag, java.lang.Object element) throws ElementException
ElementProcessor
afterInitializeElement
in interface ElementProcessor
tag
- the tag from which the element is created.element
- the element
ElementException
public java.lang.Object beforeInitializeElement(Tag tag, java.lang.Object element) throws ElementException
ElementProcessor
beforeInitializeElement
in interface ElementProcessor
tag
- the Tag from which the element is created.element
- the element
ElementException
public java.util.List<ElementProcessor> getElementProcessors()
public void addElementProcessor(ElementProcessor processor)
public void setElementProcessors(java.util.List<ElementProcessor> processors)
public Tag beforeCreateElement(Tag tag) throws ElementException
ElementProcessor
beforeCreateElement
in interface ElementProcessor
tag
- the Tag from which to create the Element.
ElementException
public void initialize(KeyedCollection config) throws BTTInitException
Initializer
initialize
in interface Initializer
BTTInitException
public void cleanup(KeyedCollection config) throws BTTCleanUpException
Initializer
cleanup
in interface Initializer
config
- the current cached XML
cleans the current cached configuration
BTTCleanUpException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |