Class | Description |
---|---|
LayoutFactory | |
Layouts | This enum contains the different types of XHTML layouts that are used throughout the portal. Each layout type can have many different layout files associated with it. |
Layouts.LAYOUT_TYPE | |
LayoutService | The LayoutService provides access to the factory for creating layout related classes. |
Interface | Description |
---|---|
ILayoutChooser | This class is responsible for determining which Layout Web Service to use for each page. |
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. |
ILayoutFactory | |
ILayoutManager |