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, screenLoaderFields inherited from interface org.apache.turbine.modules.Page
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoBuildBeforeAction(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
doBuildAfterActionMethods 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:
doBuildBeforeActionin classDefaultPage- Parameters:
pipelineData- Turbine information.- Throws:
Exception- a generic exception.
-