|
||||||||||
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
public class VelocityPage
Extends TemplatePage to set the template Context.
Field Summary |
---|
Fields inherited from class org.apache.turbine.modules.pages.DefaultPage |
---|
actionLoader, layoutLoader, log, screenLoader |
Fields inherited from class org.apache.turbine.modules.Page |
---|
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX |
Constructor Summary | |
---|---|
VelocityPage()
|
Method Summary | |
---|---|
protected void |
doBuildBeforeAction(PipelineData pipelineData)
Stuffs the Context into the RunData so that it is available to the Action module and the Screen module via getContext(). |
protected void |
doBuildBeforeAction(RunData data)
Deprecated. Use PipelineData version instead. |
protected void |
doPostBuild(PipelineData pipelineData)
Allows the VelocityService to peform post-request actions. |
protected void |
doPostBuild(RunData data)
Allows the VelocityService to peform post-request actions. |
Methods inherited from class org.apache.turbine.modules.pages.TemplatePage |
---|
doBuildAfterAction, doBuildAfterAction |
Methods inherited from class org.apache.turbine.modules.pages.DefaultPage |
---|
doBuild, doBuild |
Methods inherited from class org.apache.turbine.modules.Page |
---|
build, build, getPrefix |
Methods inherited from class org.apache.turbine.modules.Assembler |
---|
getRunData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VelocityPage()
Method Detail |
---|
@Deprecated protected void doBuildBeforeAction(RunData data) throws Exception
doBuildBeforeAction
in class DefaultPage
data
- Turbine information.
Exception,
- a generic exception.
Exception
protected void doPostBuild(RunData data) throws Exception
doPostBuild
in class DefaultPage
data
- Turbine information.
Exception
protected void doBuildBeforeAction(PipelineData pipelineData) throws Exception
doBuildBeforeAction
in class DefaultPage
data
- Turbine information.
Exception,
- a generic exception.
Exception
protected void doPostBuild(PipelineData pipelineData) throws Exception
doPostBuild
in class DefaultPage
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |