|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.services.freemarker.AddToHeadModel
Returns output of a Navigation module. Extension of FreeMarker.
Field Summary | |
private RunData |
data
Deprecated. |
Constructor Summary | |
AddToHeadModel(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 |
|
Field Detail |
private RunData data
Constructor Detail |
public AddToHeadModel(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 |