Plumtree Portal UI  
 

com.plumtree.portaluiinfrastructure.tags.displaytree Namespace

Namespace hierarchy

Classes

Class Description
CompositeDisplayElement This class contains multiple Display Elements. This is a framework only class and should not be used by external developers.
DisplayTree This class is used to process the portlet data and transform the tags. This is a framework only class and should not be used by external developers.
HeadPreprocessor This class is used to preprocess the main page to make sure that it has a place where the JavaScript can go.
HTMLDisplayElement This class displays an HTML fragment. This is a framework only class and should not be used by external developers.
TagDisplayElement This class displays a Tag. On construction, it merely stores the Tag data, and waits until execution time to create the tag. This is a framework only class and should not be used by external developers.

Interfaces

Interface Description
IDisplayElement This is the base class for the different kinds of display elements that are used when processing tags. This is a framework only class and should not be used by external developers.
IHeadPreprocessor This class handles preprocessing the markup list to ensure that the HEAD element is in the proper format. It also adds the HeadIncludes tag to the markup.