|
||||||||||
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
public abstract class Navigation
This is the base class that defines what a Navigation module is.
Field Summary | |
---|---|
static int |
CACHE_SIZE_DEFAULT
The default size for the navigation cache |
static String |
CACHE_SIZE_KEY
Property for the size of the navigation cache if caching is on |
static String |
NAME
Represents Navigation Objects |
static String |
PREFIX
Prefix for navigation related classes and templates |
Constructor Summary | |
---|---|
Navigation()
|
Method Summary | |
---|---|
protected org.apache.ecs.ConcreteElement |
build(PipelineData pipelineData)
Subclasses can override this method to add additional functionality. |
protected org.apache.ecs.ConcreteElement |
build(RunData data)
Deprecated. Use PipelineData version instead |
protected org.apache.ecs.ConcreteElement |
doBuild(PipelineData pipelineData)
A subclass must override this method to build itself. |
protected abstract org.apache.ecs.ConcreteElement |
doBuild(RunData data)
Deprecated. Use PipelineData version instead |
String |
getPrefix()
Abstract method to provide the prefix for module related classes and templates |
static String |
prepareText(String s)
Deprecated. Use InputFilterUtils.prepareText(String s) |
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 |
Field Detail |
---|
public static final String PREFIX
public static final String CACHE_SIZE_KEY
public static final int CACHE_SIZE_DEFAULT
public static final String NAME
Constructor Detail |
---|
public Navigation()
Method Detail |
---|
public String getPrefix()
Assembler
getPrefix
in class Assembler
Assembler.getPrefix()
protected abstract org.apache.ecs.ConcreteElement doBuild(RunData data) throws Exception
data
- Turbine information.
Exception
- a generic exception.protected org.apache.ecs.ConcreteElement build(RunData data) throws Exception
data
- Turbine information.
Exception
- a generic exception.protected org.apache.ecs.ConcreteElement doBuild(PipelineData pipelineData) throws Exception
data
- Turbine information.
Exception
- a generic exception.protected org.apache.ecs.ConcreteElement build(PipelineData pipelineData) throws Exception
data
- Turbine information.
Exception
- a generic exception.public static String prepareText(String s)