public final class TemplateHandlerAdapterRawHandler extends Object implements IRawHandler
Constructor and Description |
---|
TemplateHandlerAdapterRawHandler(String templateName,
ITemplateHandler templateHandler,
int lineOffset,
int colOffset) |
Modifier and Type | Method and Description |
---|---|
void |
handleDocumentEnd(long endTimeNanos,
long totalTimeNanos,
int line,
int col) |
void |
handleDocumentStart(long startTimeNanos,
int line,
int col) |
void |
handleText(char[] buffer,
int offset,
int len,
int line,
int col) |
public TemplateHandlerAdapterRawHandler(String templateName, ITemplateHandler templateHandler, int lineOffset, int colOffset)
public void handleDocumentStart(long startTimeNanos, int line, int col) throws RawParseException
handleDocumentStart
in interface IRawHandler
RawParseException
public void handleDocumentEnd(long endTimeNanos, long totalTimeNanos, int line, int col) throws RawParseException
handleDocumentEnd
in interface IRawHandler
RawParseException
public void handleText(char[] buffer, int offset, int len, int line, int col) throws RawParseException
handleText
in interface IRawHandler
RawParseException
Copyright © 2016 The THYMELEAF team. All rights reserved.