|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--freemarker.testcase.models.BooleanModel1
Model for testing booleans in FM-Classic.
BooleanModel2
,
BooleanModel3
,
BooleanModel4
,
BooleanModel5
Constructor Summary | |
BooleanModel1()
Creates new BooleanModel1. |
Method Summary | |
java.lang.String |
getAsString()
Returns the scalar's value as a String . |
boolean |
isEmpty()
Is the model empty? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BooleanModel1()
Method Detail |
public java.lang.String getAsString() throws TemplateModelException
String
.getAsString
in interface TemplateScalarModel
String
value of this scalar.public boolean isEmpty() throws TemplateModelException
isEmpty
in interface TemplateModel
true
to indicate the model is empty
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |