Package org.thymeleaf
Class EngineConfiguration
- Object
-
- org.thymeleaf.EngineConfiguration
-
- All Implemented Interfaces:
IEngineConfiguration
public class EngineConfiguration extends Object implements 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
-
-
-
Method Detail
-
getTemplateResolvers
public Set<ITemplateResolver> getTemplateResolvers()
- Specified by:
getTemplateResolvers
in interfaceIEngineConfiguration
-
getMessageResolvers
public Set<IMessageResolver> getMessageResolvers()
- Specified by:
getMessageResolvers
in interfaceIEngineConfiguration
-
getLinkBuilders
public Set<ILinkBuilder> getLinkBuilders()
- Specified by:
getLinkBuilders
in interfaceIEngineConfiguration
-
getCacheManager
public ICacheManager getCacheManager()
- Specified by:
getCacheManager
in interfaceIEngineConfiguration
-
getEngineContextFactory
public IEngineContextFactory getEngineContextFactory()
- Specified by:
getEngineContextFactory
in interfaceIEngineConfiguration
-
getDecoupledTemplateLogicResolver
public IDecoupledTemplateLogicResolver getDecoupledTemplateLogicResolver()
- Specified by:
getDecoupledTemplateLogicResolver
in interfaceIEngineConfiguration
-
getDialectConfigurations
public Set<DialectConfiguration> getDialectConfigurations()
- Specified by:
getDialectConfigurations
in interfaceIEngineConfiguration
-
getDialects
public Set<IDialect> getDialects()
- Specified by:
getDialects
in interfaceIEngineConfiguration
-
isStandardDialectPresent
public boolean isStandardDialectPresent()
- Specified by:
isStandardDialectPresent
in interfaceIEngineConfiguration
-
getStandardDialectPrefix
public String getStandardDialectPrefix()
- Specified by:
getStandardDialectPrefix
in interfaceIEngineConfiguration
-
getElementDefinitions
public ElementDefinitions getElementDefinitions()
- Specified by:
getElementDefinitions
in interfaceIEngineConfiguration
-
getAttributeDefinitions
public AttributeDefinitions getAttributeDefinitions()
- Specified by:
getAttributeDefinitions
in interfaceIEngineConfiguration
-
getTemplateBoundariesProcessors
public Set<ITemplateBoundariesProcessor> getTemplateBoundariesProcessors(TemplateMode templateMode)
- Specified by:
getTemplateBoundariesProcessors
in interfaceIEngineConfiguration
-
getCDATASectionProcessors
public Set<ICDATASectionProcessor> getCDATASectionProcessors(TemplateMode templateMode)
- Specified by:
getCDATASectionProcessors
in interfaceIEngineConfiguration
-
getCommentProcessors
public Set<ICommentProcessor> getCommentProcessors(TemplateMode templateMode)
- Specified by:
getCommentProcessors
in interfaceIEngineConfiguration
-
getDocTypeProcessors
public Set<IDocTypeProcessor> getDocTypeProcessors(TemplateMode templateMode)
- Specified by:
getDocTypeProcessors
in interfaceIEngineConfiguration
-
getElementProcessors
public Set<IElementProcessor> getElementProcessors(TemplateMode templateMode)
- Specified by:
getElementProcessors
in interfaceIEngineConfiguration
-
getTextProcessors
public Set<ITextProcessor> getTextProcessors(TemplateMode templateMode)
- Specified by:
getTextProcessors
in interfaceIEngineConfiguration
-
getProcessingInstructionProcessors
public Set<IProcessingInstructionProcessor> getProcessingInstructionProcessors(TemplateMode templateMode)
- Specified by:
getProcessingInstructionProcessors
in interfaceIEngineConfiguration
-
getXMLDeclarationProcessors
public Set<IXMLDeclarationProcessor> getXMLDeclarationProcessors(TemplateMode templateMode)
- Specified by:
getXMLDeclarationProcessors
in interfaceIEngineConfiguration
-
getPreProcessors
public Set<IPreProcessor> getPreProcessors(TemplateMode templateMode)
- Specified by:
getPreProcessors
in interfaceIEngineConfiguration
-
getPostProcessors
public Set<IPostProcessor> getPostProcessors(TemplateMode templateMode)
- Specified by:
getPostProcessors
in interfaceIEngineConfiguration
-
getExecutionAttributes
public Map<String,Object> getExecutionAttributes()
- Specified by:
getExecutionAttributes
in interfaceIEngineConfiguration
-
getExpressionObjectFactory
public IExpressionObjectFactory getExpressionObjectFactory()
- Specified by:
getExpressionObjectFactory
in interfaceIEngineConfiguration
-
getTemplateManager
public TemplateManager getTemplateManager()
- Specified by:
getTemplateManager
in interfaceIEngineConfiguration
-
getModelFactory
public IModelFactory getModelFactory(TemplateMode templateMode)
- Specified by:
getModelFactory
in interfaceIEngineConfiguration
-
isModelReshapeable
public boolean isModelReshapeable(TemplateMode templateMode)
-
-