org.apache.turbine.modules.pages
Class JspPage

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Page
          extended byorg.apache.turbine.modules.pages.DefaultPage
              extended byorg.apache.turbine.modules.pages.TemplatePage
                  extended byorg.apache.turbine.modules.pages.JspPage

public class JspPage
extends TemplatePage

Extends TemplatePage to add some convenience objects to the request.

Version:
$Id: JspPage.java 534527 2007-05-02 16:10:59Z tv $
Author:
John D. McNally, Henning P. Schmiedehausen

Field Summary
 
Fields inherited from class org.apache.turbine.modules.pages.DefaultPage
log
 
Constructor Summary
JspPage()
           
 
Method Summary
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 org.apache.turbine.modules.pages.TemplatePage
doBuildAfterAction
 
Methods inherited from class org.apache.turbine.modules.pages.DefaultPage
doBuild, doPostBuild
 
Methods inherited from class org.apache.turbine.modules.Page
build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspPage

public JspPage()
Method Detail

doBuildBeforeAction

protected void doBuildBeforeAction(RunData data)
                            throws java.lang.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:
java.lang.Exception


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.