Plumtree Portal UI  
 

ILayoutDisplay.ProcessMainPageLayout Method 

This method runs the markup layout for the main page through the Tag Engine, and ensures that there is an HTML head tag for JavaScript display. This method assumes that the call to this method includes layout markup that displays the Javascript generated in the tag engine. This method should only be called once per request.

HTMLElement ProcessMainPageLayout(
   object[][] _markup,
   AActivitySpace _currentSpace
);

Parameters

_markup
The layout markup to convert to HTML.
_currentSpace
The current Activity Space.

Return Value

The converted HTML with HTML head tag.

See Also

ILayoutDisplay Interface | com.plumtree.portaluiinfrastructure.layout Namespace