Uses of Class
freemarker.cache.TemplateSourceMatcher
-
Packages that use TemplateSourceMatcher Package Description freemarker.cache Template loading and caching. -
-
Uses of TemplateSourceMatcher in freemarker.cache
Subclasses of TemplateSourceMatcher in freemarker.cache Modifier and Type Class Description classAndMatcherLogical "and" operation among the given matchers.classFileExtensionMatcherMatches the file extension; unlike other matchers, by default case insensitive.classFileNameGlobMatcherAs opposed toPathGlobMatcher, it only compares the "file name" part (the part after the last/) of the source name with the given glob.classNotMatcherLogical "not" operation on the given matcher.classOrMatcherLogical "or" operation among the given matchers.classPathGlobMatcherMatches the whole template source name (also known as template source path) with the given glob.classPathRegexMatcherMatches the whole template source name (also known as template source path) with the given regular expression.Constructors in freemarker.cache with parameters of type TemplateSourceMatcher Constructor Description AndMatcher(TemplateSourceMatcher... matchers)ConditionalTemplateConfigurationFactory(TemplateSourceMatcher matcher, TemplateConfigurationFactory templateConfigurationFactory)ConditionalTemplateConfigurationFactory(TemplateSourceMatcher matcher, TemplateConfiguration templateConfiguration)NotMatcher(TemplateSourceMatcher matcher)OrMatcher(TemplateSourceMatcher... matchers)
-