|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
TemplateCollectionModel
,
TemplateSequenceModel
, and TemplateHashModel
interfaces.TemplateHashModel
interface allowing calls to arbitrary property getters
and invokation of accessible methods on the object from a template using the
object.foo to access properties and object.bar(arg1, arg2) to
invoke methods on it.BeanModel
that can wrap Java collections
and that implements the TemplateCollectionModel
in order to be iterable
in a <list> block.TemplateModelIterator
functionality to the
Enumeration
interface implementers.StaticModel
for the fully qualified class name
passed as the key.
Boolean.TRUE
if the passed object is the TRUE singleton,
otherwise returns Boolean.FALSE
.
Iterator.hasNext()
.
HashMap
that uses
System#identityHashCode(Object)
for hashing, and reference comparison
instead of Object.equals(Object)
.TemplateModelIterator
functionality to the
Iterator
interface implementers.TemplateTransformModel
.BeanModel
that adds implementation
for TemplateMethodModelEx
on map objects that is a shortcut for the
Map.get() method.Iterator.next()
.
Iterator.next()
.
Document
node.
Element
node.
Number
into a reflective model.TemplateModelRoot
.TemplateModelRoot
behavior to the
passed map.
TemplateHashModel
.StaticModel
instances from
templates.TemplateMethodModel
that acts on models, rather
than on strings.TemplateCollectionModel
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |