Package org.restlet.ext.velocity

Integration with Apache Velocity 1.5.

See:
          Description

Class Summary
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.
By default, the template representation provides a data model based on the request and response objects.
Concurrency note: instances of this class or its subclasses can be invoked by several threads at the same time and therefore must be thread-safe.
TemplateRepresentation Velocity template representation.
 

Package org.restlet.ext.velocity Description

Integration with Apache Velocity 1.5. Velocity is a "template engine"; a generic tool to generate text output (anything from HTML to autogenerated source code) based on templates.

Since:
1.0
See Also:
Velocity template engine


Copyright © 2005-2008 Noelios Technologies.