Package org.thymeleaf.dialect
Interface IDialect
-
- All Known Subinterfaces:
IExecutionAttributeDialect,IExpressionObjectDialect,IPostProcessorDialect,IPreProcessorDialect,IProcessorDialect
- All Known Implementing Classes:
AbstractDialect,AbstractProcessorDialect,StandardDialect
public interface IDialectBase interface for all dialects created for extending the features available during Thymeleaf's template processing.
Note this is a base interface without much meaning of its own. Instead, dialects should implement one or several of the following sub-interfaces:
IProcessorDialectfor dialects providing processors.IPreProcessorDialectfor dialects providing pre-processors.IPostProcessorDialectfor dialects providing post-processors.IExpressionObjectDialectfor dialects providing expression objects.IExecutionAttributeDialectfor dialects providing execution attributes.
Note a class with this name existed since 1.0, but it was completely reimplemented in Thymeleaf 3.0
- Since:
- 3.0.0
- Author:
- Daniel Fernández
- See Also:
IProcessorDialect,IPreProcessorDialect,IPostProcessorDialect,IExpressionObjectDialect,IExecutionAttributeDialect,StandardDialect
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
-