|
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.RefTagProvider
public class RefTagProvider
This feature is only used by XUI engine. Will consider about making it default behaviour of BasicElementFactory in future.
Constructor Summary | |
---|---|
RefTagProvider(TagProvider provider)
RefTagProvider constructor |
Method Summary | |
---|---|
Tag |
getTag(java.lang.String id)
find a Tag identified by the id. |
void |
replaceRefTag(Tag tag,
TagProvider provider)
Replace references in tag. |
void |
traverseSubTags(Tag tag)
Traverse all sub tags and replace their reference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RefTagProvider(TagProvider provider)
provider
- wrapped tag providerMethod Detail |
---|
public Tag getTag(java.lang.String id) throws TagNotFoundException, TagProviderException
TagProvider
getTag
in interface TagProvider
id
- 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 traverseSubTags(Tag tag) throws TagProviderException
tag
- parent tag
TagProviderException
public void replaceRefTag(Tag tag, TagProvider provider) throws TagProviderException
tag
- desired tagprovider
- desired tag provider
TagProviderException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |