Class BroadleafThymeleaf3Dialect
java.lang.Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractProcessorDialect
org.broadleafcommerce.presentation.thymeleaf3.dialect.BroadleafThymeleaf3Dialect
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect,org.thymeleaf.dialect.IExpressionObjectDialect,org.thymeleaf.dialect.IProcessorDialect
public class BroadleafThymeleaf3Dialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
implements org.thymeleaf.dialect.IExpressionObjectDialect
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.thymeleaf.expression.IExpressionObjectFactory -
Constructor Summary
ConstructorsConstructorDescriptionBroadleafThymeleaf3Dialect(String name, String prefix, int processorPrecedence) -
Method Summary
Modifier and TypeMethodDescriptionorg.thymeleaf.expression.IExpressionObjectFactorySet<org.thymeleaf.processor.IProcessor>getProcessors(String dialectPrefix) voidsetProcessors(Set<org.thymeleaf.processor.IProcessor> processors) 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
-
Field Details
-
expressionObjectFactory
protected org.thymeleaf.expression.IExpressionObjectFactory expressionObjectFactory
-
-
Constructor Details
-
BroadleafThymeleaf3Dialect
public BroadleafThymeleaf3Dialect() -
BroadleafThymeleaf3Dialect
-
-
Method Details
-
setProcessors
-
getProcessors
- Specified by:
getProcessorsin interfaceorg.thymeleaf.dialect.IProcessorDialect
-
getExpressionObjectFactory
public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()- Specified by:
getExpressionObjectFactoryin interfaceorg.thymeleaf.dialect.IExpressionObjectDialect
-