Class HtmxDialect
- java.lang.Object
-
- org.thymeleaf.dialect.AbstractDialect
-
- org.thymeleaf.dialect.AbstractProcessorDialect
-
- io.github.wimdeblauwe.hsbt.thymeleaf.HtmxDialect
-
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect,org.thymeleaf.dialect.IExpressionObjectDialect,org.thymeleaf.dialect.IProcessorDialect
public class HtmxDialect extends org.thymeleaf.dialect.AbstractProcessorDialect implements org.thymeleaf.dialect.IExpressionObjectDialect
-
-
Constructor Summary
Constructors Constructor Description HtmxDialect(com.fasterxml.jackson.databind.ObjectMapper mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.thymeleaf.expression.IExpressionObjectFactorygetExpressionObjectFactory()java.util.Set<org.thymeleaf.processor.IProcessor>getProcessors(java.lang.String dialectPrefix)-
Methods inherited from class org.thymeleaf.dialect.AbstractProcessorDialect
getDialectProcessorPrecedence, getPrefix
-
-
-
-
Method Detail
-
getProcessors
public java.util.Set<org.thymeleaf.processor.IProcessor> getProcessors(java.lang.String dialectPrefix)
- Specified by:
getProcessorsin interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getExpressionObjectFactory
public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()
- Specified by:
getExpressionObjectFactoryin interfaceorg.thymeleaf.dialect.IExpressionObjectDialect
-
-