|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateScalarModel
Scalar values in a template data model must implement this interface.
The detail messages of any TemplateModelException
s
thrown will be included as HTML comments in the output.
TemplateNumberModel
Method Summary | |
---|---|
java.lang.String |
getAsString()
Returns the scalar's value as a String . |
Methods inherited from interface freemarker.template.TemplateModel |
---|
isEmpty |
Method Detail |
---|
java.lang.String getAsString() throws TemplateModelException
String
.
String
value of this scalar.
TemplateModelException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |