org.apache.jetspeed.modules.pages
Class JetspeedJspPage

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.jetspeed.modules.pages.JetspeedTemplatePage
                  extended byorg.apache.jetspeed.modules.pages.JetspeedJspPage

public class JetspeedJspPage
extends JetspeedTemplatePage

Same as turbine's JspPage, only that it extends JetspeedTemplatePage. Adds some convenience objects to the request.

Version:
$Revision: 1.7 $
Author:
Ingo Schuster

Constructor Summary
JetspeedJspPage()
           
 
Method Summary
protected  void doBuildBeforeAction(org.apache.turbine.util.RunData data)
          Same method as in turbine's JspPage 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.jetspeed.modules.pages.JetspeedTemplatePage
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

JetspeedJspPage

public JetspeedJspPage()
Method Detail

doBuildBeforeAction

protected void doBuildBeforeAction(org.apache.turbine.util.RunData data)
                            throws java.lang.Exception
Same method as in turbine's JspPage Stuffs some useful objects into the request so that it is available to the Action module and the Screen module

Overrides:
doBuildBeforeAction in class JetspeedTemplatePage
Parameters:
data - Turbine information.
Throws:
java.lang.Exception


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