Class BroadleafVariableExpressionObjectFactory
- java.lang.Object
-
- com.broadleafcommerce.auth.user.web.expression.factory.BroadleafVariableExpressionObjectFactory
-
- All Implemented Interfaces:
org.thymeleaf.expression.IExpressionObjectFactory
public class BroadleafVariableExpressionObjectFactory extends Object implements org.thymeleaf.expression.IExpressionObjectFactory
-
-
Constructor Summary
Constructors Constructor Description BroadleafVariableExpressionObjectFactory(List<BroadleafVariableExpression> expressions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
buildObject(org.thymeleaf.context.IExpressionContext context, String expressionObjectName)
Set<String>
getAllExpressionObjectNames()
boolean
isCacheable(String expressionObjectName)
-
-
-
Constructor Detail
-
BroadleafVariableExpressionObjectFactory
public BroadleafVariableExpressionObjectFactory(List<BroadleafVariableExpression> expressions)
-
-
Method Detail
-
getAllExpressionObjectNames
public Set<String> 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
public boolean isCacheable(String expressionObjectName)
- Specified by:
isCacheable
in interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-
-