Package org.thymeleaf.templateparser.markup.decoupled
package org.thymeleaf.templateparser.markup.decoupled
-
ClassDescriptionValue class used for containing each of the attributes that should be injected during parsing into a template that is processed with associated decoupled logic.This class specifies containers for decoupled template logic, normally coming from separate template files (decoupled templates).Implementation of
IMarkupHandler
used for building and populating instances ofDecoupledTemplateLogic
as a result of parsing a decoupled template logic resource.Utility class performing the required operations for computing the decoupled template logic corresponding to a template being parsed.Common interface for all resolver objects in charge of obtaining the resource that should contain the decoupled template logic for a template being processed.Default implementation of theIDecoupledTemplateLogicResolver
interface.