Package freemarker.template

This package contains the core API's that most users will use.

See: Description

Package freemarker.template Description

This package contains the core API's that most users will use.

The typical usage pattern is to be vended Template objects by the Configuration object. The Template class represents a template file compiled into an efficient data structure for later use. Processing of compiled templates is very fast.

For complete instructions on how to use this package, please see the manual.