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