Class DecoupledTemplateLogicUtils
- Object
-
- org.thymeleaf.templateparser.markup.decoupled.DecoupledTemplateLogicUtils
-
public final class DecoupledTemplateLogicUtils extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DecoupledTemplateLogic
computeDecoupledTemplateLogic(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, org.attoparser.IMarkupParser parser)
-
-
-
Method Detail
-
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
-
-