org.apache.turbine.modules.pages |
Page class implementations.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
|
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. |