Class Summary |
Content |
Abstract base class for Section and Region
Subclasses of Content must implement render(PageContext) |
Region |
A region is content that contains a set of sections that can render in a PageContext
Implements abstract render(PageContext) from Content |
RegionManager |
A class to manage the region cache and read a region XML file |
RegionStack |
|
RegionTag |
Base tag for other region tags, uses "/WEB-INF/regions.xml" file |
RenderTag |
Tag to render a region |
Section |
A section is content with a name that implements Content.render. |