Freemarker is a template engine that allows Jaa objects to be easily converted to text. The Freemarker system is controlled by a {@link Configuration configuration class}.
The configuration is typically managed within the {@link ServletContext}. The application initialization should call {@link #createConfiguration()}followed by {@link #init(ServletContext,Configuration)} to setup the servlet context.This can then be used by subclasses of {@link AbstractPerRequestWebResource}.
An instance of this class is intended to be used from multiple threads, however thread-safety is not enforced.
|
|
|
|