|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.VelocityPage
Extends TemplatePage to set the template Context.
Field Summary |
Fields inherited from class org.apache.turbine.modules.pages.DefaultPage |
log |
Constructor Summary | |
VelocityPage()
|
Method Summary | |
protected void |
doBuildBeforeAction(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(RunData data)
Allows the VelocityService to peform post-request actions. |
Methods inherited from class org.apache.turbine.modules.pages.TemplatePage |
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 VelocityPage()
Method Detail |
protected void doBuildBeforeAction(RunData data) throws java.lang.Exception
doBuildBeforeAction
in class DefaultPage
data
- Turbine information.
Exception,
- a generic exception.
java.lang.Exception
protected void doPostBuild(RunData data) throws java.lang.Exception
doPostBuild
in class DefaultPage
data
- Turbine information.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |