public final class RawTemplateParser extends Object implements ITemplateParser
| Constructor and Description |
|---|
RawTemplateParser(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) |
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.