Class Java8TimeExpressionFactory
- Object
-
- org.thymeleaf.extras.java8time.dialect.Java8TimeExpressionFactory
-
- All Implemented Interfaces:
org.thymeleaf.expression.IExpressionObjectFactory
public class Java8TimeExpressionFactory extends Object implements org.thymeleaf.expression.IExpressionObjectFactory
- Since:
- 3.0.0
- Author:
- jmsamper, Ivan Martinez-Ortiz
-
-
Constructor Summary
Constructors Constructor Description Java8TimeExpressionFactory()
-
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)
-
-
-
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
-
-