Creates a TemplateFactory for the file in the given path.
A template factory is a thread safe, reusable object that creates {@link Template} objects. Typically you create a TemplateFactory for each of yourtemplate files and keep references to these objects throughout your application life cycle. You don't need to create a TemplateFactory for the same template file more than once unless you explicitly want a fresh copy
@param templatePath Template name or full path. Depends on the implementation @return A template factory which holds a parsed/normalized template structure. @throws TemplateLoadingException Thrown if template could not be loaded or parsed.
|
|
|
|