org.apache.turbine.services.freemarker
Class AddTemplatesToHeadModel

java.lang.Object
  |
  +--org.apache.turbine.services.freemarker.AddTemplatesToHeadModel
All Implemented Interfaces:
freemarker.template.TemplateMethodModel, freemarker.template.TemplateModel

public class AddTemplatesToHeadModel
extends java.lang.Object
implements freemarker.template.TemplateMethodModel

Returns output of a Navigation module. Extension of FreeMarker.

Version:
$Id: AddTemplatesToHeadModel.java,v 1.3 2002/07/11 16:53:28 mpoeschl Exp $
Author:
John D. McNally

Constructor Summary
AddTemplatesToHeadModel(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

AddTemplatesToHeadModel

public AddTemplatesToHeadModel(RunData data)
Deprecated. 
Constructor.
Parameters:
data - Turbine information.
Method Detail

exec

public freemarker.template.TemplateModel exec(java.util.List args)
                                       throws freemarker.template.TemplateModelException
Deprecated. 
Method called by FreeMarker Template.
Specified by:
exec in interface freemarker.template.TemplateMethodModel
Parameters:
args - A List of Strings passed from the template.
Returns:
A TemplateModel with an empty SimpleScalar("").
Throws:
TemplateModelException. -  

isEmpty

public boolean isEmpty()
Deprecated. 
Required method in TemplateMethodModel, not implemented.
Specified by:
isEmpty in interface freemarker.template.TemplateModel
Returns:
Always false.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.