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 ITemplateParserpublic void parseString(IEngineConfiguration configuration, String ownerTemplate, String template, int lineOffset, int colOffset, TemplateMode templateMode, ITemplateHandler handler)
parseString in interface ITemplateParserCopyright © 2017 The THYMELEAF team. All rights reserved.