|
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.config.impl.TagProviderChain
public class TagProviderChain
Tag provider chain class
Constructor Summary | |
---|---|
TagProviderChain()
TagProviderChain constructor |
Method Summary | |
---|---|
void |
addTagProvider(TagProvider provider)
Add tag provider to this chain |
void |
cleanup(KeyedCollection config)
Cleanup current component |
Tag |
getTag(java.lang.String key)
find a Tag identified by the id. |
void |
initialize(KeyedCollection config)
Initialize current component |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagProviderChain()
Method Detail |
---|
public void addTagProvider(TagProvider provider)
provider
- desired tag providerpublic Tag getTag(java.lang.String key) throws TagNotFoundException, TagProviderException
TagProvider
getTag
in interface TagProvider
key
- id of the tag.
TagNotFoundException
- cannot find the tag because of no definition for the id.
TagProviderException
- Some error exist in TagProvider or its definition file.public void cleanup(KeyedCollection config) throws BTTCleanUpException
Initializer
cleanup
in interface Initializer
config
- the current cached XML
cleans the current cached configuration
BTTCleanUpException
public void initialize(KeyedCollection config) throws BTTInitException
Initializer
initialize
in interface Initializer
BTTInitException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |