Package fmpp.models
Class SetTransform
- java.lang.Object
-
- fmpp.models.TemplateModelUtils
-
- 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 aWritableSequenceor sets/adds and item to aWritableHash.
-
-
Constructor Summary
Constructors Constructor Description SetTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.WritergetWriter(java.io.Writer out, java.util.Map params)-
Methods inherited from class fmpp.models.TemplateModelUtils
boolParam, dieWithMissingParam, dieWithParamsNotAllowed, dieWithUnknownParam, intParam, newMissingParamException, newNoParamsAllowedException, newUnsupportedParamException, strParam
-
-
-
-
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:
getWriterin interfacefreemarker.template.TemplateTransformModel- Throws:
freemarker.template.TemplateModelExceptionjava.io.IOException
-
-