Class BroadleafDialect

  • All Implemented Interfaces:
    org.thymeleaf.dialect.IDialect, org.thymeleaf.dialect.IExpressionObjectDialect, org.thymeleaf.dialect.IProcessorDialect

    public class BroadleafDialect
    extends org.thymeleaf.dialect.AbstractProcessorDialect
    implements org.thymeleaf.dialect.IExpressionObjectDialect
    • Constructor Detail

      • BroadleafDialect

        public BroadleafDialect​(org.thymeleaf.expression.IExpressionObjectFactory expressionObjectFactory)
    • Method Detail

      • getProcessors

        public Set<org.thymeleaf.processor.IProcessor> getProcessors​(String dialectPrefix)
        Specified by:
        getProcessors in interface org.thymeleaf.dialect.IProcessorDialect
      • getExpressionObjectFactory

        public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()
        Specified by:
        getExpressionObjectFactory in interface org.thymeleaf.dialect.IExpressionObjectDialect