Class AcrossWebDialect.AcrossExpressionObjectFactory

java.lang.Object
com.foreach.across.modules.web.thymeleaf.AcrossWebDialect.AcrossExpressionObjectFactory
All Implemented Interfaces:
org.thymeleaf.expression.IExpressionObjectFactory
Enclosing class:
AcrossWebDialect

public static class AcrossWebDialect.AcrossExpressionObjectFactory extends Object implements org.thymeleaf.expression.IExpressionObjectFactory
  • Constructor Details

    • AcrossExpressionObjectFactory

      public AcrossExpressionObjectFactory()
  • Method Details

    • getAllExpressionObjectNames

      public Set<String> getAllExpressionObjectNames()
      Specified by:
      getAllExpressionObjectNames in interface org.thymeleaf.expression.IExpressionObjectFactory
    • buildObject

      public Object buildObject(org.thymeleaf.context.IExpressionContext context, String expressionObjectName)
      Specified by:
      buildObject in interface org.thymeleaf.expression.IExpressionObjectFactory
    • isCacheable

      public boolean isCacheable(String expressionObjectName)
      Specified by:
      isCacheable in interface org.thymeleaf.expression.IExpressionObjectFactory