fmpp.models
Class SetTransform

java.lang.Object
  extended by fmpp.models.TemplateModelUtils
      extended by fmpp.models.SetTransform
All Implemented Interfaces:
freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel

public class SetTransform
extends TemplateModelUtils
implements freemarker.template.TemplateTransformModel

Changes items an item in a WritableSequence or sets/adds and item to a WritableHash.


Field Summary
 
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
 
Constructor Summary
SetTransform()
           
 
Method Summary
 java.io.Writer getWriter(java.io.Writer out, java.util.Map params)
           
 
Methods inherited from class fmpp.models.TemplateModelUtils
boolParam, dieWithMissingParam, dieWithParamsNotAllowed, dieWithUnknownParam, intParam, strParam
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetTransform

public SetTransform()
Method Detail

getWriter

public java.io.Writer getWriter(java.io.Writer out,
                                java.util.Map params)
                         throws freemarker.template.TemplateModelException,
                                java.io.IOException
Specified by:
getWriter in interface freemarker.template.TemplateTransformModel
Throws:
freemarker.template.TemplateModelException
java.io.IOException