org.ofbiz.content.webapp.region |
|
Java Source File Name | Type | Comment |
Content.java | Class | Abstract base class for Section and Region
Subclasses of Content must implement render(PageContext)
author: David M. |
Region.java | Class | A region is content that contains a set of sections that can render in a PageContext
Implements abstract render(PageContext) from Content
author: David M. |
RegionManager.java | Class | A class to manage the region cache and read a region XML file
author: David E. |
RegionStack.java | Class | |
RegionTag.java | Class | Base tag for other region tags, uses "/WEB-INF/regions.xml" file
author: David M. |
RenderTag.java | Class | Tag to render a region
author: David M. |
Section.java | Class | A section is content with a name that implements Content.render. |