All Downloads are FREE. Search and download functionalities are using the official Maven repository.

freemarker.template.package.html Maven / Gradle / Ivy





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

The typical usage pattern is to be vended {@link freemarker.template.Template} objects by the {@link freemarker.template.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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy