org.apache.turbine.modules.pages
Class JspPage
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Page
org.apache.turbine.modules.pages.DefaultPage
org.apache.turbine.modules.pages.TemplatePage
org.apache.turbine.modules.pages.JspPage
public class JspPage
- extends TemplatePage
Extends TemplatePage to add some convenience objects to the request.
- Version:
- $Revision: 1078552 $
- Author:
- John D. McNally, Henning P. Schmiedehausen, Peter Courcoux
Method Summary |
protected void |
doBuildBeforeAction(PipelineData pipelineData)
Stuffs some useful objects into the request so that
it is available to the Action module and the Screen module |
protected void |
doBuildBeforeAction(RunData data)
Stuffs some useful objects into the request so that
it is available to the Action module and the Screen module |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspPage
public JspPage()
doBuildBeforeAction
protected void doBuildBeforeAction(RunData data)
throws Exception
- Stuffs some useful objects into the request so that
it is available to the Action module and the Screen module
- Overrides:
doBuildBeforeAction
in class DefaultPage
- Parameters:
data
- Turbine information.
- Throws:
Exception
doBuildBeforeAction
protected void doBuildBeforeAction(PipelineData pipelineData)
throws Exception
- Stuffs some useful objects into the request so that
it is available to the Action module and the Screen module
- Overrides:
doBuildBeforeAction
in class DefaultPage
- Throws:
Exception
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.