Class DecoupledTemplateLogicUtils
Object
org.thymeleaf.templateparser.markup.decoupled.DecoupledTemplateLogicUtils
Utility class performing the required operations for computing the decoupled template logic corresponding to a template being parsed.
This class computes a DecoupledTemplateLogic
by parsing an additional resource
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic DecoupledTemplateLogic
computeDecoupledTemplateLogic
(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, org.attoparser.IMarkupParser parser)
-
Method Details
-
computeDecoupledTemplateLogic
public static DecoupledTemplateLogic computeDecoupledTemplateLogic(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, org.attoparser.IMarkupParser parser) throws IOException, org.attoparser.ParseException - Throws:
IOException
org.attoparser.ParseException
-