org.apache.turbine.modules.pages |
Page class implementations.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
DefaultPage.java | Class | When building sites using templates, Screens need only be defined
for templates which require dynamic (database or object) data.
This page can be used on sites where the number of Screens can be
much less than the number of templates. |
JspPage.java | Class | Extends TemplatePage to add some convenience objects to the request.
author: John D. |
TemplatePage.java | Class | When building sites using templates, Screens need only be defined
for templates which require dynamic (database or object) data.
This page can be used on sites where the number of Screens can be
much less than the number of templates. |
VelocityPage.java | Class | Extends TemplatePage to set the template Context.
author: Dave Bryson author: John D. |