Package org.restlet.ext.velocity
Integration with Apache Velocity 2.1. Velocity is a "template engine"; a generic tool to generate text output (anything from HTML to autogenerated source code) based on templates.
- Since:
- Restlet 1.0
- See Also:
- Velocity template engine, User Guide - Velocity extension
-
Class Summary Class Description RepresentationResourceLoader Velocity resource loader based on a static map of representations or on a default representation.TemplateFilter Filter response's entity and wrap it with a Velocity's template representation.TemplateRepresentation Velocity template representation.VelocityConverter Converter between the Velocity Template objects and Representations.