|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.tags.helper.ATagInfrastructure
public abstract class ATagInfrastructure
This class separates out the infrastructure classes used in a tag so that they are not documented with the ATag class.
| Constructor Summary | |
|---|---|
ATagInfrastructure()
|
|
| Method Summary | |
|---|---|
java.lang.String |
GetName()
The Tag Container uses this method to get the name of this tag. |
TagHelper |
GetTagHelper()
The Tag Container uses this method to get the tag helper class to perform various framework functions. |
TagMetaDataHelper |
GetTagMetaDataHelper()
The Tag Container uses this method to get the meta data about this tag perform error checking. |
void |
InitForDisplay(TagHelper _helper)
The Tag Container uses this method to initialize the Tag with all of the data it needs for display. |
void |
Release()
The Tag Container uses this method to release all data stored in this tag to prevent excess memory retention and to prepare the tag for reuse. |
abstract void |
ReleaseTag()
This method releases all data stored in this tag to prevent excess memory retention and to prepare the tag for reuse. |
void |
SetTagMetaDataHelper(TagMetaDataHelper _tagMetaDataHelper)
This method is used to store the meta data about this tag and is only called once per tag class when the class is loaded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ATagInfrastructure()
| Method Detail |
|---|
public abstract void ReleaseTag()
public void InitForDisplay(TagHelper _helper)
TagHelper - _helper The tag helper for this tagpublic java.lang.String GetName()
public TagMetaDataHelper GetTagMetaDataHelper()
XPException - if an attempt is made to access the
tag meta data helper before it has been set. This should
not happen.public void SetTagMetaDataHelper(TagMetaDataHelper _tagMetaDataHelper)
TagMetaDataHelper - _tagMetaDataHelper The meta data for this tag.public TagHelper GetTagHelper()
XPException - if an attempt is made to access the
tag helper before it has been set. This should
not happen.public void Release()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||