Uses of Interface
freemarker.core.ParserConfiguration
Packages that use ParserConfiguration
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.The fundamental, most commonly used API-s of FreeMarker;
start with
Configuration
(see also the
Getting Started in the Manual.)-
Uses of ParserConfiguration in freemarker.core
Classes in freemarker.core that implement ParserConfigurationModifier and TypeClassDescriptionfinal class
Used for customizing the configuration settings for individualTemplate
-s (or rather groups of templates), relatively to the common setting values coming from theConfiguration
. -
Uses of ParserConfiguration in freemarker.template
Classes in freemarker.template that implement ParserConfigurationModifier and TypeClassDescriptionclass
The main entry point into the FreeMarker API; encapsulates the configuration settings of FreeMarker, also serves as a central template-loading and caching service.Methods in freemarker.template that return ParserConfigurationModifier and TypeMethodDescriptionTemplate.getParserConfiguration()
Returns theParserConfiguration
that was used for parsing this template.Constructors in freemarker.template with parameters of type ParserConfigurationModifierConstructorDescriptionTemplate
(String name, String sourceName, Reader reader, Configuration cfg, ParserConfiguration customParserConfiguration, String encoding) Same asTemplate(String, String, Reader, Configuration, String)
, but also specifies aTemplateConfiguration
.