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.1.1.1 2001/08/16 05:08:53 jvanzyl Exp $
Author:
John D. McNally

Field Summary
private  RunData data
          Deprecated.  
 
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, registerNatives, toString, wait, wait, wait
 

Field Detail

data

private RunData data
Deprecated. 
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.