Package org.apache.turbine.modules.pages
Class JspPage
java.lang.Object
org.apache.turbine.modules.pages.DefaultPage
org.apache.turbine.modules.pages.TemplatePage
org.apache.turbine.modules.pages.JspPage
Extends TemplatePage to add some convenience objects to the request.
- Version:
- $Revision$
- Author:
- John D. McNally, Henning P. Schmiedehausen, Peter Courcoux
-
Field Summary
Fields inherited from class org.apache.turbine.modules.pages.DefaultPage
actionLoader, layoutLoader, log, screenLoader
Fields inherited from interface org.apache.turbine.modules.Page
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doBuildBeforeAction
(PipelineData pipelineData) Stuffs some useful objects into the request so that it is available to the Action module and the Screen moduleMethods inherited from class org.apache.turbine.modules.pages.TemplatePage
doBuildAfterAction
Methods inherited from class org.apache.turbine.modules.pages.DefaultPage
doBuild, doPostBuild
-
Constructor Details
-
JspPage
public JspPage()
-
-
Method Details
-
doBuildBeforeAction
Stuffs some useful objects into the request so that it is available to the Action module and the Screen module- Overrides:
doBuildBeforeAction
in classDefaultPage
- Parameters:
pipelineData
- Turbine information.- Throws:
Exception
- a generic exception.
-