Class ThymeleafHstDialect
java.lang.Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractProcessorDialect
org.onehippo.forge.templating.support.thymeleaf.servlet.ThymeleafHstDialect
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect,org.thymeleaf.dialect.IExpressionObjectDialect,org.thymeleaf.dialect.IProcessorDialect
public class ThymeleafHstDialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
implements org.thymeleaf.dialect.IExpressionObjectDialect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.thymeleaf.expression.IExpressionObjectFactorySet<org.thymeleaf.processor.IProcessor>getProcessors(String dialectPrefix) Methods inherited from class org.thymeleaf.dialect.AbstractProcessorDialect
getDialectProcessorPrecedence, getPrefixMethods inherited from class org.thymeleaf.dialect.AbstractDialect
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.dialect.IDialect
getName
-
Constructor Details
-
ThymeleafHstDialect
public ThymeleafHstDialect()
-
-
Method Details
-
getProcessors
- Specified by:
getProcessorsin interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getExpressionObjectFactory
public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()- Specified by:
getExpressionObjectFactoryin interfaceorg.thymeleaf.dialect.IExpressionObjectDialect
-