|
|||||||||||
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.VelocityErrorScreen
VelocityErrorScreen screen - directs errors at the velocity error template defined in template.error.
Field Summary |
Fields inherited from class org.apache.turbine.modules.screens.TemplateScreen |
log |
Constructor Summary | |
VelocityErrorScreen()
|
Method Summary | |
protected void |
doBuildTemplate(RunData data,
org.apache.velocity.context.Context context)
Implement this to add information to the context. |
Methods inherited from class org.apache.turbine.modules.screens.VelocityScreen |
buildTemplate, 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 VelocityErrorScreen()
Method Detail |
protected void doBuildTemplate(RunData data, org.apache.velocity.context.Context context) throws java.lang.Exception
doBuildTemplate
in class VelocityScreen
data
- Turbine information.context
- Context for web pages.
java.lang.Exception
- a generic exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |