Class 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 Detail

      • Java8TimeExpressionFactory

        public Java8TimeExpressionFactory()
    • Method Detail

      • 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