Package rife.template
package rife.template
Provides classes and interfaces for the template engine.
- Since:
- 1.0
-
ClassDescriptionHandles the process of setting values in a template based on a Java bean instance.An anonymous value inside a template, which is not referenced anywhere in the template, but can be used to produce intermediate strings using the template engine.A template is used to construct, manipulate and produce text content.Encodes
String
s into a corresponding template output format, so they will be displayed correctly in the resulting file.Factory for creating RIFE2 template instances.An object which can render content for a value in a template.