Plumtree Tags API  
 

ATag.GetTagType Method 

This method describes what kind of tag this is. The default is a simple tag (i.e. displays some HTML, displays the body, and then displays some more HTML). Tags that display the tag body more than once (e.g. looping tags) should override this method and return TagType.LOOPING. Tags that will never display the tag body should override this method and return TagType.NO_BODY to allow for performance optimizations.

The TagType data is used for performance optimizations.

Default Tag Method
public virtual TagType GetTagType();

Return Value

TagType The type of this tag

See Also

ATag Class | com.plumtree.portaluiinfrastructure.tags Namespace