public interface TemplateModel
This is a marker interface that indicates that an object can be put in a template's data model.
TemplateHashModel
,
TemplateSequenceModel
,
TemplateCollectionModel
,
TemplateScalarModel
,
TemplateNumberModel
,
TemplateTransformModel
Modifier and Type | Field and Description |
---|---|
static TemplateModel |
NOTHING
A general-purpose object to represent nothing.
|
static final TemplateModel NOTHING