|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternSpec | |
---|---|
org.thymeleaf.templateresolver |
Uses of PatternSpec in org.thymeleaf.templateresolver |
---|
Methods in org.thymeleaf.templateresolver that return PatternSpec | |
---|---|
PatternSpec |
TemplateResolver.getCacheablePatternSpec()
Returns the pattern spec specified for establishing which templates have to be considered cacheable. |
PatternSpec |
TemplateResolver.getHtml5TemplateModePatternSpec()
Returns the pattern spec specified for establishing the HTML5 (correct, XML-formed HTML5) template mode to resolved templates. |
PatternSpec |
TemplateResolver.getLegacyHtml5TemplateModePatternSpec()
Returns the pattern spec specified for establishing the LEGACYHTML5 (non-XML-formed HTML5 that needs HTML-to-XML conversion) template mode to resolved templates. |
PatternSpec |
TemplateResolver.getNonCacheablePatternSpec()
Returns the pattern spec specified for establishing which templates have to be considered non cacheable. |
PatternSpec |
AbstractTemplateResolver.getResolvablePatternSpec()
Returns the pattern spec specified for establishing which templates can be resolved by this template resolver. |
PatternSpec |
TemplateResolver.getValidXhtmlTemplateModePatternSpec()
Returns the pattern spec specified for establishing the VALIDXHTML (validated XHTML) template mode to resolved templates. |
PatternSpec |
TemplateResolver.getValidXmlTemplateModePatternSpec()
Returns the pattern spec specified for establishing the VALIDXML (validated XML) template mode to resolved templates. |
PatternSpec |
TemplateResolver.getXhtmlTemplateModePatternSpec()
Returns the pattern spec specified for establishing the XHTML template mode to resolved templates. |
PatternSpec |
TemplateResolver.getXmlTemplateModePatternSpec()
Returns the pattern spec specified for establishing the XML template mode to resolved templates. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |