|
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.LazyLoadingTagProvider
public class LazyLoadingTagProvider
Tag Provider which has lazy loading behavior.
Constructor Summary | |
---|---|
LazyLoadingTagProvider(TagProvider tagProvider)
The Constructor for LazyLoadingTagProvider which wrap another tag provider |
Method Summary | |
---|---|
Tag |
getTag(java.lang.String id)
find a Tag identified by the id. |
void |
loadFile(java.lang.String file)
Load file method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LazyLoadingTagProvider(TagProvider tagProvider)
tagProvider
- wrapped tag providerMethod Detail |
---|
public void loadFile(java.lang.String file) throws TagProviderException
file
- desired file path
TagProviderException
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.
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |