Uses of Class
freemarker.cache.TemplateSourceMatcher
Packages that use TemplateSourceMatcher
-
Uses of TemplateSourceMatcher in freemarker.cache
Subclasses of TemplateSourceMatcher in freemarker.cacheModifier and TypeClassDescriptionclassLogical "and" operation among the given matchers.classMatches the file extension; unlike other matchers, by default case insensitive.classAs opposed toPathGlobMatcher, it only compares the "file name" part (the part after the last/) of the source name with the given glob.classLogical "not" operation on the given matcher.classLogical "or" operation among the given matchers.classMatches the whole template source name (also known as template source path) with the given glob.classMatches 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)