Uses of Interface
freemarker.template.TemplateBooleanModel

Packages that use TemplateBooleanModel
freemarker.ext.beans Provides model implementations that allow access to arbitrary Java objects. 
freemarker.template This package contains the core API's that most users will use. 
freemarker.template.utility Utility classes that may be used to customize aspects of FreeMarker. 
 

Uses of TemplateBooleanModel in freemarker.ext.beans
 

Classes in freemarker.ext.beans that implement TemplateBooleanModel
 class BooleanModel
          A class that will wrap instances of Boolean into a TemplateBooleanModel.
 

Uses of TemplateBooleanModel in freemarker.template
 

Fields in freemarker.template declared as TemplateBooleanModel
static TemplateBooleanModel TemplateBooleanModel.FALSE
          A singleton object to represent boolean false
static TemplateBooleanModel TemplateBooleanModel.TRUE
          A singleton object to represent boolean true
 

Uses of TemplateBooleanModel in freemarker.template.utility
 

Fields in freemarker.template.utility declared as TemplateBooleanModel
static TemplateBooleanModel Constants.FALSE
           
static TemplateBooleanModel Constants.TRUE