Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface TemplateNumberModel
extends TemplateModel
Fields inherited from interface freemarker.template.TemplateModel | |
NOTHING |
Method Summary | |
Number |
|
public Number getAsNumber() throws TemplateModelException
Returns the numeric value. The return value must not be null.
- Returns:
- the
Number
instance associated with this number model.