Plumtree Portal UI  
 

DisplayTree.ExecuteTags Method 

Transforms the tags in the display tree. This is public for unit testing purposes, and should never be called by methods outside of this class.

public static HTMLElement ExecuteTags(
   IDisplayElement tagTree,
   AActivitySpace aSpace
);

Parameters

tagTree
aSpace

Return Value

HTMLElement The transformed portlet HTML

See Also

DisplayTree Class | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace