Package org.apache.velocity.util
Interface TemplateBoolean
-
public interface TemplateBooleanAny object in the context which implements TemplateBoolean will use the getAsBoolean() method for #if( $ref ) calls.- Since:
- 2.0
- Author:
- Nathan Bubna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAsBoolean()Returns a boolean that can be used in a template.
-