|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILayoutDisplay
The LayoutDisplay is responsible for transforming URLs in the layout, running the layout through the Tag Engine (using the DisplayTree class) and returning the converted HTML.
| 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. |
| Method Detail |
|---|
HTMLElement ProcessLayout(java.lang.Object[][] _markup,
AActivitySpace _currentSpace)
_markup - The layout markup to convert to HTML._currentSpace - The current Activity Space.
HTMLElement ProcessMainPageLayout(java.lang.Object[][] _markup,
AActivitySpace _currentSpace)
_markup - The layout markup to convert to HTML._currentSpace - The current Activity Space.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||