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 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.