Package org.apache.velocity.util
Interface TemplateString
-
public interface TemplateString
Any object in the context which implements TemplateString will use the getAsString() method for rendering and empty-checks instead of toString().- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAsString()
Returns a String that can be used in a template.
-