|
||||||||||
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.VelocityErrorScreen
VelocityErrorScreen screen - directs errors at the velocity error template defined in template.error.
Fields inherited from class org.apache.turbine.modules.Screen |
filter, minFilter |
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, htmlFilter, htmlMinFilter, prepareText, prepareTextMinimum, setLayout |
Methods inherited from class java.lang.Object |
|
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.Exception,
- a generic exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |