Plumtree Pluggable Navigation API  
 

PlumtreeDP.PageDisplay Method 

This is a helper method that all classes that inherit from PlumtreeDP need to implement. The method should add whatever HTML the child class wants to display to the body argument. The parent class will then add that HTML to the HTMLPage after filling in the banner and navigation.

public abstract HTMLElement PageDisplay();

Return Value

HTML of the page

See Also

PlumtreeDP Class | com.plumtree.portalpages.common.uiparts Namespace