Interface TemplateBooleanModel

All Superinterfaces:
TemplateModel
All Known Implementing Classes:
BooleanModel, JythonHashModel, JythonModel, JythonNumberModel, JythonSequenceModel, RhinoFunctionModel, RhinoScriptableModel

public interface TemplateBooleanModel extends TemplateModel
"boolean" template language data type; same as in Java; either true or false.

Objects of this type should be immutable, that is, calling getAsBoolean() should always return the same value as for the first time.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    A singleton object to represent boolean false
    A singleton object to represent boolean true

    Fields inherited from interface freemarker.template.TemplateModel

    NOTHING
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean