This project has retired. For details please refer to its
Attic page .
JetspeedJspPage (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.modules.pages
Class JetspeedJspPage
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Page
org.apache.turbine.modules.pages.DefaultPage
org.apache.jetspeed.modules.pages.JetspeedTemplatePage
org.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
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.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
JetspeedJspPage
public JetspeedJspPage ()
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.