|
||||||||||
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.WebMacroSiteScreen | +--org.apache.turbine.modules.screens.WebMacroSiteErrorScreen
WebMacroSiteErrorScreen screen - directs errors at the webmacro error template defined in template.error.
Constructor Summary | |
WebMacroSiteErrorScreen()
Deprecated. |
Method Summary | |
protected void |
doBuildTemplate(RunData data,
org.webmacro.servlet.WebContext context)
Deprecated. Implement this to add information to the context. |
Methods inherited from class org.apache.turbine.modules.screens.WebMacroSiteScreen |
buildTemplate, buildWMTemplate, 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 WebMacroSiteErrorScreen()
Method Detail |
protected void doBuildTemplate(RunData data, org.webmacro.servlet.WebContext context) throws java.lang.Exception
doBuildTemplate
in class WebMacroSiteScreen
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 |