|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.modules.Assembler | +--org.apache.turbine.modules.Screen | +--org.apache.turbine.modules.screens.TemplateScreen | +--org.apache.turbine.modules.screens.VelocityScreen | +--org.apache.turbine.modules.screens.VelocityDirectScreen
Base Velocity Screen. The buildTemplate() assumes the template parameter has been set in the RunData object. This provides the ability to execute several templates from one Screen.
If you need more specific behavior in your application, extend this class and override the doBuildTemplate() method.
Fields inherited from class org.apache.turbine.modules.Screen |
filter, minFilter |
Constructor Summary | |
VelocityDirectScreen()
|
Method Summary | |
org.apache.ecs.ConcreteElement |
buildTemplate(RunData data)
This builds the Velocity template. |
Methods inherited from class org.apache.turbine.modules.screens.VelocityScreen |
doBuildTemplate, doBuildTemplate, getContext |
Methods inherited from class org.apache.turbine.modules.screens.TemplateScreen |
doBuild, doPostBuildTemplate, doRedirect, doRedirect, setTemplate |
Methods inherited from class org.apache.turbine.modules.Screen |
build, getLayout, htmlFilter, htmlMinFilter, prepareText, prepareTextMinimum, setLayout |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public VelocityDirectScreen()
Method Detail |
public org.apache.ecs.ConcreteElement buildTemplate(RunData data) throws java.lang.Exception
buildTemplate
in class VelocityScreen
data
- Turbine information.Exception,
- a generic exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |