This package provides services to use advanced templating techniques for outputing
textual data. The template system is implemented to offer extensibility and high performance.
So the template system comes in three main classes that can be used in stages:
- {@link ee.mare.indrek.jtlt.TemplateContext} - for holding parameters and defining macros
- {@link ee.mare.indrek.jtlt.TemplateGenerator} - for parsing template files and to create instances of templates
- {@link ee.mare.indrek.jtlt.Template} - instance of a template
This templating system was written by Indrek Mandre during year 2001 and cleaned and published in 2003 to Internet under the GNU LGPL license. See http://www.mare.ee/indrek/jtlt/ for more information and latest updates.
Copyright © 2001-2003 Indrek Mandre