org.apache.turbine.services.freemarker
Class SetBodyAttributesModel

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

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

Returns output of a Navigation module. Extension of FreeMarker.

Version:
$Id: SetBodyAttributesModel.java,v 1.1.1.1 2001/08/16 05:08:54 jvanzyl Exp $
Author:
John D. McNally

Field Summary
private  RunData data
          Deprecated.  
 
Constructor Summary
SetBodyAttributesModel(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

SetBodyAttributesModel

public SetBodyAttributesModel(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:
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.