Class Java8TimeDialect

  • All Implemented Interfaces:
    org.thymeleaf.dialect.IDialect, org.thymeleaf.dialect.IExpressionObjectDialect

    public class Java8TimeDialect
    extends org.thymeleaf.dialect.AbstractDialect
    implements org.thymeleaf.dialect.IExpressionObjectDialect
    Thymeleaf Dialect to format and create Java 8 Time objects.
    Since:
    2.1.0
    Author:
    José Miguel Samper, Ivan Martinez-Ortiz
    • Constructor Detail

      • Java8TimeDialect

        public Java8TimeDialect()
    • Method Detail

      • getExpressionObjectFactory

        public org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()
        Specified by:
        getExpressionObjectFactory in interface org.thymeleaf.dialect.IExpressionObjectDialect