public class Java8TimeExpressionFactory extends Object implements org.thymeleaf.expression.IExpressionObjectFactory
Constructor and Description |
---|
Java8TimeExpressionFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
buildObject(org.thymeleaf.context.IExpressionContext context,
String expressionObjectName) |
Set<String> |
getAllExpressionObjectNames() |
boolean |
isCacheable(String expressionObjectName) |
public Set<String> getAllExpressionObjectNames()
getAllExpressionObjectNames
in interface org.thymeleaf.expression.IExpressionObjectFactory
public Object buildObject(org.thymeleaf.context.IExpressionContext context, String expressionObjectName)
buildObject
in interface org.thymeleaf.expression.IExpressionObjectFactory
public boolean isCacheable(String expressionObjectName)
isCacheable
in interface org.thymeleaf.expression.IExpressionObjectFactory
Copyright © 2017 The THYMELEAF team. All rights reserved.