|
||||||||||
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.Navigation | +--org.apache.turbine.modules.navigations.TemplateNavigation
Base Template Navigation.
Fields inherited from class org.apache.turbine.modules.Navigation |
filter |
Constructor Summary | |
TemplateNavigation()
|
Method Summary | |
abstract org.apache.ecs.ConcreteElement |
buildTemplate(RunData data)
This Builds the WebMacro/FreeMarker/etc template. |
protected org.apache.ecs.ConcreteElement |
doBuild(RunData data)
Calls doBuildTemplate() and then buildTemplate(). |
protected abstract void |
doBuildTemplate(RunData data)
WebMacro Navigations extending this class should overide this method to perform any particular business logic and add information to the context. |
Methods inherited from class org.apache.turbine.modules.Navigation |
build, htmlFilter, prepareText |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public TemplateNavigation()
Method Detail |
protected abstract void doBuildTemplate(RunData data) throws java.lang.Exception
data
- Turbine information.Exception,
- a generic exception.public abstract org.apache.ecs.ConcreteElement buildTemplate(RunData data) throws java.lang.Exception
data
- Turbine information.Exception,
- a generic exception.protected org.apache.ecs.ConcreteElement doBuild(RunData data) throws java.lang.Exception
doBuild
in class Navigation
data
- Turbine information.Exception,
- a generic exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |