public abstract class AbstractMarkupTemplateParser extends Object implements ITemplateParser
Modifier | Constructor and Description |
---|---|
protected |
AbstractMarkupTemplateParser(org.attoparser.config.ParseConfiguration parseConfiguration,
int bufferPoolSize,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
parseStandalone(IEngineConfiguration configuration,
String ownerTemplate,
String template,
Set<String> templateSelectors,
ITemplateResource resource,
TemplateMode templateMode,
boolean useDecoupledLogic,
ITemplateHandler handler) |
void |
parseString(IEngineConfiguration configuration,
String ownerTemplate,
String template,
int lineOffset,
int colOffset,
TemplateMode templateMode,
ITemplateHandler handler) |
protected AbstractMarkupTemplateParser(org.attoparser.config.ParseConfiguration parseConfiguration, int bufferPoolSize, int bufferSize)
public void parseStandalone(IEngineConfiguration configuration, String ownerTemplate, String template, Set<String> templateSelectors, ITemplateResource resource, TemplateMode templateMode, boolean useDecoupledLogic, ITemplateHandler handler)
parseStandalone
in interface ITemplateParser
public void parseString(IEngineConfiguration configuration, String ownerTemplate, String template, int lineOffset, int colOffset, TemplateMode templateMode, ITemplateHandler handler)
parseString
in interface ITemplateParser
Copyright © 2016 The THYMELEAF team. All rights reserved.