Class AcrossWebDialect

java.lang.Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractProcessorDialect
com.foreach.across.modules.web.thymeleaf.AcrossWebDialect
All Implemented Interfaces:
org.thymeleaf.dialect.IDialect, org.thymeleaf.dialect.IExpressionObjectDialect, org.thymeleaf.dialect.IPostProcessorDialect, org.thymeleaf.dialect.IProcessorDialect

public class AcrossWebDialect extends org.thymeleaf.dialect.AbstractProcessorDialect implements org.thymeleaf.dialect.IExpressionObjectDialect, org.thymeleaf.dialect.IPostProcessorDialect
Custom Thymeleaf dialect supporting AcrossWebModule setups.

Adds the following utility objects:

Author:
Arne Vandamme
  • Field Details

  • Constructor Details

    • AcrossWebDialect

      public AcrossWebDialect()
  • Method Details

    • getProcessors

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

      public int getDialectPostProcessorPrecedence()
      Specified by:
      getDialectPostProcessorPrecedence in interface org.thymeleaf.dialect.IPostProcessorDialect
    • getPostProcessors

      public Set<org.thymeleaf.postprocessor.IPostProcessor> getPostProcessors()
      Specified by:
      getPostProcessors in interface org.thymeleaf.dialect.IPostProcessorDialect
    • getExpressionObjectFactory

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