Uses of Class
freemarker.cache.TemplateSourceMatcher
Packages that use TemplateSourceMatcher
-
Uses of TemplateSourceMatcher in freemarker.cache
Subclasses of TemplateSourceMatcher in freemarker.cacheModifier and TypeClassDescriptionclass
Logical "and" operation among the given matchers.class
Matches the file extension; unlike other matchers, by default case insensitive.class
As opposed toPathGlobMatcher
, it only compares the "file name" part (the part after the last/
) of the source name with the given glob.class
Logical "not" operation on the given matcher.class
Logical "or" operation among the given matchers.class
Matches the whole template source name (also known as template source path) with the given glob.class
Matches the whole template source name (also known as template source path) with the given regular expression.Constructors in freemarker.cache with parameters of type TemplateSourceMatcherModifierConstructorDescriptionAndMatcher
(TemplateSourceMatcher... matchers) ConditionalTemplateConfigurationFactory
(TemplateSourceMatcher matcher, TemplateConfigurationFactory templateConfigurationFactory) ConditionalTemplateConfigurationFactory
(TemplateSourceMatcher matcher, TemplateConfiguration templateConfiguration) NotMatcher
(TemplateSourceMatcher matcher) OrMatcher
(TemplateSourceMatcher... matchers)