|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.services.freemarker.NavigationModel
Returns output of a Navigation module. Extension of FreeMarker.
Constructor Summary | |
NavigationModel(RunData data)
Deprecated. Constructor |
Method Summary | |
freemarker.template.TemplateModel |
exec(java.util.List args)
Deprecated. Method called by FreeMarker Template. |
boolean |
isEmpty()
Deprecated. Required method in TemplateMethodModel, not implemented. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NavigationModel(RunData data)
data
- Turbine information.Method Detail |
public freemarker.template.TemplateModel exec(java.util.List args) throws freemarker.template.TemplateModelException
exec
in interface freemarker.template.TemplateMethodModel
args,
- A List of Strings passed from the template.TemplateModelException.
- public boolean isEmpty()
isEmpty
in interface freemarker.template.TemplateModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |