com.plumtree.portaluiinfrastructure.tags.metadata
Class RelatedChildTag

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.tags.metadata.ARelatedTag
      extended by com.plumtree.portaluiinfrastructure.tags.metadata.RelatedChildTag

public class RelatedChildTag
extends ARelatedTag

This class provides programmatic access to the tag meta data for related child tags.

Tag classes need to have one public static final RelatedChildTag member variable for every related RelatedChildTag that should be in the documentation for this tag. The related child tag must be in the same library as this tag.

Specifying related tags is simply a convenience to tell users of the main tag that it is designed to work with the child tag. Any tag can be used inside any other tag, regardless of whether or not it is specified as a related child tag.


Field Summary
 
Fields inherited from class com.plumtree.portaluiinfrastructure.tags.metadata.ARelatedTag
m_TagData
 
Constructor Summary
RelatedChildTag(ITagMetaData _TagData)
          Creates a new related child tag meta data object.
 
Method Summary
 
Methods inherited from class com.plumtree.portaluiinfrastructure.tags.metadata.ARelatedTag
GetTagData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedChildTag

public RelatedChildTag(ITagMetaData _TagData)
Creates a new related child tag meta data object.

Tag classes need to have one public static final RelatedChildTag member variable for every related RelatedChildTag that should be in the documentation for this tag.

Specifying related tags is simply a convenience to tell users of the main tag that it is designed to work with the child tag. Any tag can be used inside any other tag, regardless of whether or not it is specified as a related child tag.

Parameters:
_TagData - The related child tag data



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.