February 2019
Intermediate to advanced
442 pages
11h 46m
English
Dialects are a set (or group) of features that you use in your template, including pre- and post-processing logic and expression objects. Processing logic (of embedding the dynamic HTML and value in the template) is carried out by objects called a processor, while expression objects are used to describe standard expression for performing a specific operation. In short, processor objects deal with the DOM node or element, while expression objects are used to evaluate the expression.
Dialects can be used along with processors, or expression objects, or both. Let's see how a dialect can be declared and used in the template:
<!DOCTYPE html><html xmlns:th="http://www.Thymeleaf.org"><span th:text="${name}"> ...Read now
Unlock full access