Category: github

by In this tutorial, we will learn how to create an Expression object (similar to #string, #dates, #lists), using Thymeleaf.

This class implements an AbstractDialect and IExpressionObjectDialect and will be the definition of our dialect.

We created an object from our factory and in the builder, we passed the name of our dialect to thymeleaf.

First, we define our template to resolve and in the next method we add our dialect to the templateEngine of thymeleaf.

Related Articles