Uses of Class
org.thymeleaf.util.PatternSpec
Packages that use PatternSpec
-
Uses of PatternSpec in org.thymeleaf.templateresolver
Methods in org.thymeleaf.templateresolver that return PatternSpecModifier and TypeMethodDescriptionfinal PatternSpecAbstractConfigurableTemplateResolver.getCacheablePatternSpec()Returns the pattern spec specified for establishing which templates have to be considered cacheable.final PatternSpecAbstractConfigurableTemplateResolver.getCSSTemplateModePatternSpec()Returns the pattern spec specified for establishing theTemplateMode.CSStemplate mode to resolved templates.final PatternSpecAbstractConfigurableTemplateResolver.getHtmlTemplateModePatternSpec()Returns the pattern spec specified for establishing theTemplateMode.HTMLtemplate mode to resolved templates.final PatternSpecAbstractConfigurableTemplateResolver.getJavaScriptTemplateModePatternSpec()Returns the pattern spec specified for establishing theTemplateMode.JAVASCRIPTtemplate mode to resolved templates.final PatternSpecAbstractConfigurableTemplateResolver.getNonCacheablePatternSpec()Returns the pattern spec specified for establishing which templates have to be considered non cacheable.final PatternSpecAbstractConfigurableTemplateResolver.getRawTemplateModePatternSpec()Returns the pattern spec specified for establishing theTemplateMode.RAWtemplate mode to resolved templates.final PatternSpecAbstractTemplateResolver.getResolvablePatternSpec()Returns the pattern spec specified for establishing which templates can be resolved by this template resolver.final PatternSpecAbstractConfigurableTemplateResolver.getTextTemplateModePatternSpec()Returns the pattern spec specified for establishing theTemplateMode.TEXTtemplate mode to resolved templates.final PatternSpecAbstractConfigurableTemplateResolver.getXmlTemplateModePatternSpec()Returns the pattern spec specified for establishing theTemplateMode.XMLtemplate mode to resolved templates.