|
|||||||||||
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.Screen
org.apache.turbine.modules.screens.TemplateScreen
org.apache.turbine.modules.screens.VelocityScreen
org.apache.turbine.modules.screens.VelocityDirectScreen
VelocityDirectScreen is a screen class which returns its output directly to the output stream. It can be used if buffering an output screen isn't possible or the result doesn't fit in the memory.
Field Summary |
Fields inherited from class org.apache.turbine.modules.screens.TemplateScreen |
log |
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, prepareText, prepareTextMinimum, setLayout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |