Package org.thymeleaf
Class EngineConfiguration
Object
org.thymeleaf.EngineConfiguration
- All Implemented Interfaces:
IEngineConfiguration
Default implementation of the IEngineConfiguration
interface.
There is normally no reason why user code would directly use this class instead of its interface.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptiongetCDATASectionProcessors
(TemplateMode templateMode) getCommentProcessors
(TemplateMode templateMode) getDialectsOfType
(Class<T> type) getDocTypeProcessors
(TemplateMode templateMode) getElementProcessors
(TemplateMode templateMode) getModelFactory
(TemplateMode templateMode) getPostProcessors
(TemplateMode templateMode) getPreProcessors
(TemplateMode templateMode) getProcessingInstructionProcessors
(TemplateMode templateMode) getTemplateBoundariesProcessors
(TemplateMode templateMode) getTextProcessors
(TemplateMode templateMode) getXMLDeclarationProcessors
(TemplateMode templateMode) boolean
isModelReshapeable
(TemplateMode templateMode) boolean
-
Method Details
-
getTemplateResolvers
- Specified by:
getTemplateResolvers
in interfaceIEngineConfiguration
-
getMessageResolvers
- Specified by:
getMessageResolvers
in interfaceIEngineConfiguration
-
getLinkBuilders
- Specified by:
getLinkBuilders
in interfaceIEngineConfiguration
-
getCacheManager
- Specified by:
getCacheManager
in interfaceIEngineConfiguration
-
getEngineContextFactory
- Specified by:
getEngineContextFactory
in interfaceIEngineConfiguration
-
getDecoupledTemplateLogicResolver
- Specified by:
getDecoupledTemplateLogicResolver
in interfaceIEngineConfiguration
-
getDialectConfigurations
- Specified by:
getDialectConfigurations
in interfaceIEngineConfiguration
-
getDialects
- Specified by:
getDialects
in interfaceIEngineConfiguration
-
getDialectsOfType
- Specified by:
getDialectsOfType
in interfaceIEngineConfiguration
-
isStandardDialectPresent
public boolean isStandardDialectPresent()- Specified by:
isStandardDialectPresent
in interfaceIEngineConfiguration
-
getStandardDialectPrefix
- Specified by:
getStandardDialectPrefix
in interfaceIEngineConfiguration
-
getElementDefinitions
- Specified by:
getElementDefinitions
in interfaceIEngineConfiguration
-
getAttributeDefinitions
- Specified by:
getAttributeDefinitions
in interfaceIEngineConfiguration
-
getTemplateBoundariesProcessors
- Specified by:
getTemplateBoundariesProcessors
in interfaceIEngineConfiguration
-
getCDATASectionProcessors
- Specified by:
getCDATASectionProcessors
in interfaceIEngineConfiguration
-
getCommentProcessors
- Specified by:
getCommentProcessors
in interfaceIEngineConfiguration
-
getDocTypeProcessors
- Specified by:
getDocTypeProcessors
in interfaceIEngineConfiguration
-
getElementProcessors
- Specified by:
getElementProcessors
in interfaceIEngineConfiguration
-
getTextProcessors
- Specified by:
getTextProcessors
in interfaceIEngineConfiguration
-
getProcessingInstructionProcessors
public Set<IProcessingInstructionProcessor> getProcessingInstructionProcessors(TemplateMode templateMode) - Specified by:
getProcessingInstructionProcessors
in interfaceIEngineConfiguration
-
getXMLDeclarationProcessors
- Specified by:
getXMLDeclarationProcessors
in interfaceIEngineConfiguration
-
getPreProcessors
- Specified by:
getPreProcessors
in interfaceIEngineConfiguration
-
getPostProcessors
- Specified by:
getPostProcessors
in interfaceIEngineConfiguration
-
getExecutionAttributes
- Specified by:
getExecutionAttributes
in interfaceIEngineConfiguration
-
getExpressionObjectFactory
- Specified by:
getExpressionObjectFactory
in interfaceIEngineConfiguration
-
getTemplateManager
- Specified by:
getTemplateManager
in interfaceIEngineConfiguration
-
getModelFactory
- Specified by:
getModelFactory
in interfaceIEngineConfiguration
-
isModelReshapeable
-