org.apache.turbine.modules.pages
Class TestVelocityPage
java.lang.Object
org.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
org.apache.turbine.modules.pages.TestVelocityPage
public class TestVelocityPage
- extends VelocityPage
- Author:
- Peter Courcoux
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
numberOfCalls
public static int numberOfCalls
TestVelocityPage
public TestVelocityPage()
doBuild
public void doBuild(PipelineData pipelineData)
throws Exception
- Overrides:
doBuild
in class DefaultPage
- Throws:
Exception
doBuild
public void doBuild(RunData runData)
throws Exception
- Overrides:
doBuild
in class DefaultPage
- Throws:
Exception
doBuildBeforeAction
public void doBuildBeforeAction(PipelineData pipelineData)
throws Exception
- Overrides:
doBuildBeforeAction
in class VelocityPage
- Throws:
Exception
doPostBuild
public void doPostBuild(PipelineData pipelineData)
throws Exception
- Overrides:
doPostBuild
in class VelocityPage
- Throws:
Exception
doBuildBeforeAction
public void doBuildBeforeAction(RunData data)
throws Exception
- Overrides:
doBuildBeforeAction
in class VelocityPage
- Throws:
Exception
doPostBuild
public void doPostBuild(RunData data)
throws Exception
- Overrides:
doPostBuild
in class VelocityPage
- Throws:
Exception
doBuildAfterAction
public void doBuildAfterAction(RunData data)
throws Exception
- Overrides:
doBuildAfterAction
in class TemplatePage
- Throws:
Exception
doBuildAfterAction
public void doBuildAfterAction(PipelineData pipelineData)
throws Exception
- Overrides:
doBuildAfterAction
in class TemplatePage
- Throws:
Exception
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.