|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateModel
A template's data model must be a tree of objects, each of which
implements a subinterface of TemplateModel
. The root of the tree
must implement TemplateWriteableHashModel
.
The detail messages of any TemplateModelException
s
thrown will be included as HTML comments in the output.
Method Summary | |
---|---|
boolean |
isEmpty()
Is the object empty? |
Method Detail |
---|
boolean isEmpty() throws TemplateModelException
true
if this object is empty, otherwise false
TemplateModelException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |