|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.JetspeedVelocityPage
Extends JetspeedTemplatePage to set the Velocity template Context.
Constructor Summary | |
JetspeedVelocityPage()
|
Method Summary | |
protected void |
doBuildBeforeAction(org.apache.turbine.util.RunData data)
Stuffs the Context into the RunData so that it is available to the Action module and the Screen module via getContext(). |
protected void |
doPostBuild(org.apache.turbine.util.RunData data)
Allows the VelocityService to peform post-request actions. |
Methods inherited from class org.apache.jetspeed.modules.pages.JetspeedTemplatePage |
doBuildAfterAction |
Methods inherited from class org.apache.turbine.modules.pages.DefaultPage |
doBuild |
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 |
public JetspeedVelocityPage()
Method Detail |
protected void doBuildBeforeAction(org.apache.turbine.util.RunData data) throws java.lang.Exception
doBuildBeforeAction
in class JetspeedTemplatePage
data
- Turbine information.
Exception,
- a generic exception.
java.lang.Exception
protected void doPostBuild(org.apache.turbine.util.RunData data) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |