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$
Author:
John D. McNally

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, setDefaultDoctype
 
Methods inherited from class org.apache.turbine.modules.Page
build
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, 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
Following copied from class: org.apache.turbine.modules.pages.DefaultPage
Parameters:
data - Turbine information.
Throws:
Exception, - a generic exception.


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.