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 TemplateBoolean
public interface
TemplateBoolean
Any object in the context which implements TemplateBoolean will use the getAsBoolean() method for #if( $ref ) calls.
Since:
2.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
getAsBoolean
()
Returns a boolean that can be used in a template.
Method Detail
getAsBoolean
boolean getAsBoolean()
Returns a boolean that can be used in a template.
Returns:
A boolean 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