Abstract base class for Section and Region
Subclasses of Content must implement render(PageContext)
author: David M. Geary in the book "Advanced Java Server Pages" author: David E. Jones version: 1.0
type can be:
- direct (for direct inline content)
- region (for a nested region)
- default (for region if matches region name OR JSP/Servlet resource otherwise)
- resource (for JSP/Servlet resource)
- or any ViewHandler defined in the corresponding controller.xml file