Package org.restlet.ext.freemarker

Integration with FreeMarker 2.3.

See:
          Description

Class Summary
TemplateFilter Filter response's entity and wrap it with a FreeMarker'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 FreeMarker template representation.
 

Package org.restlet.ext.freemarker Description

Integration with FreeMarker 2.3. FreeMarker 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:
FreeMarker template engine


Copyright © 2005-2008 Noelios Technologies.