org.apache.turbine.services.freemarker
Class SetTitleModel

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

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

Returns output of a Navigation module. Extension of FreeMarker.

Version:
$Id: SetTitleModel.java,v 1.2 2002/06/07 21:22:45 henning Exp $
Author:
John D. McNally

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

SetTitleModel

public SetTitleModel(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.