Plumtree Tags API  
 

ITagMetaData Interface

This class provides programmatic access to the tag meta data for name, description, and example.

Tag classes need to have exactly one public static final ITagMetaData member variable that provides the name, description, and example text for this Tag.

E.G.
<pt:thistag/>
would need
public static final ITagMetaData = new TagMetaData("thistag", "This tag displays some HTML ...");

For a list of all members of this type, see ITagMetaData Members.

public interface ITagMetaData

Types that implement ITagMetaData

TypeDescription
TagMetaData This class also enforces all lower case for the names of tags.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.tags.metadata

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

ITagMetaData Members | com.plumtree.portaluiinfrastructure.tags.metadata Namespace