JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.velocity.util
Interface TemplateNumber
public interface
TemplateNumber
Any object in the context which implements TemplateNumber will be treated as a number for the purposes of arithmetic operations and comparison.
Since:
1.5
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Number
getAsNumber
()
Returns a Number that can be used in a template.
Method Detail
getAsNumber
java.lang.Number getAsNumber()
Returns a Number that can be used in a template.
Returns:
A Number that can be used in a template.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method