Package rife.template

Interface Template

All Superinterfaces:
Cloneable
All Known Implementing Classes:
AbstractTemplate

public interface Template extends Cloneable
A template is used to construct, manipulate and produce text content.

Templates can be used for a variety of text types, including XHTML, plain text, XML, SQL and even Java source. Each template type has similar features, the biggest difference is the syntax of the invisible tag which takes the form of a comment in the corresponding language (<!-- --> for XHTML and XML, /* -* / for Java and SQL, ...).

Since:
1.0