com.plumtree.portaluiinfrastructure.layout.impl
Class LayoutDisplay

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.layout.impl.LayoutDisplay
All Implemented Interfaces:
ILayoutDisplay

public class LayoutDisplay
extends java.lang.Object
implements ILayoutDisplay


Constructor Summary
LayoutDisplay()
           
 
Method Summary
 HTMLElement ProcessLayout(java.lang.Object[][] _markup, AActivitySpace _currentSpace)
          This method runs the markup layout through the Tag Engine.
 HTMLElement ProcessMainPageLayout(java.lang.Object[][] _markup, AActivitySpace _currentSpace)
          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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutDisplay

public LayoutDisplay()
Method Detail

ProcessLayout

public HTMLElement ProcessLayout(java.lang.Object[][] _markup,
                                 AActivitySpace _currentSpace)
Description copied from interface: ILayoutDisplay
This method runs the markup layout through the Tag Engine. This method assumes that at least once in a request, one of the calls to this method includes layout markup that displays the Javascript generated in the tag engine.

Specified by:
ProcessLayout in interface ILayoutDisplay
Parameters:
_markup - The layout markup to convert to HTML.
_currentSpace - The current Activity Space.
Returns:
The converted HTML.

ProcessMainPageLayout

public HTMLElement ProcessMainPageLayout(java.lang.Object[][] _markup,
                                         AActivitySpace _currentSpace)
Description copied from interface: ILayoutDisplay
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.

Specified by:
ProcessMainPageLayout in interface ILayoutDisplay
Parameters:
_markup - The layout markup to convert to HTML.
_currentSpace - The current Activity Space.
Returns:
The converted HTML with HTML head tag.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.