|
||||||||||
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.Navigation
org.apache.turbine.modules.navigations.TemplateNavigation
public abstract class TemplateNavigation
Base Template Navigation.
Field Summary |
---|
Fields inherited from class org.apache.turbine.modules.Navigation |
---|
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX |
Constructor Summary | |
---|---|
TemplateNavigation()
|
Method Summary | |
---|---|
org.apache.ecs.ConcreteElement |
buildTemplate(PipelineData pipelineData)
This Builds the WebMacro/FreeMarker/etc template. |
abstract org.apache.ecs.ConcreteElement |
buildTemplate(RunData data)
Deprecated. Use PipelineData version |
protected org.apache.ecs.ConcreteElement |
doBuild(PipelineData pipelineData)
Calls doBuildTemplate() and then buildTemplate(). |
protected org.apache.ecs.ConcreteElement |
doBuild(RunData data)
Calls doBuildTemplate() and then buildTemplate(). |
protected void |
doBuildTemplate(PipelineData pipelineData)
WebMacro Navigations extending this class should overide this method to perform any particular business logic and add information to the context. |
protected abstract void |
doBuildTemplate(RunData data)
Deprecated. Use PipelineData version instead. |
Methods inherited from class org.apache.turbine.modules.Navigation |
---|
build, build, getPrefix, prepareText |
Methods inherited from class org.apache.turbine.modules.Assembler |
---|
getRunData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateNavigation()
Method Detail |
---|
@Deprecated protected abstract void doBuildTemplate(RunData data) throws Exception
data
- Turbine information.
Exception
- a generic exception.protected void doBuildTemplate(PipelineData pipelineData) throws Exception
data
- Turbine information.
Exception
- a generic exception.@Deprecated public abstract org.apache.ecs.ConcreteElement buildTemplate(RunData data) throws Exception
data
- Turbine information.
Exception
- a generic exception.public org.apache.ecs.ConcreteElement buildTemplate(PipelineData pipelineData) throws Exception
pipelineData
- Turbine information.
Exception
- a generic exception.protected org.apache.ecs.ConcreteElement doBuild(RunData data) throws Exception
doBuild
in class Navigation
data
- Turbine information.
Exception
- a generic exception.protected org.apache.ecs.ConcreteElement doBuild(PipelineData pipelineData) throws Exception
doBuild
in class Navigation
data
- Turbine information.
Exception
- a generic exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |