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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildObject
(org.thymeleaf.context.IExpressionContext context, String expressionObjectName) boolean
isCacheable
(String expressionObjectName)
-
Constructor Details
-
AcrossExpressionObjectFactory
public AcrossExpressionObjectFactory()
-
-
Method Details
-
getAllExpressionObjectNames
- Specified by:
getAllExpressionObjectNames
in interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-
buildObject
public Object buildObject(org.thymeleaf.context.IExpressionContext context, String expressionObjectName) - Specified by:
buildObject
in interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-
isCacheable
- Specified by:
isCacheable
in interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-