Package org.thymeleaf.templateparser.raw
Interface IRawHandler
- All Known Implementing Classes:
TemplateHandlerAdapterRawHandler
public interface IRawHandler
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleDocumentEnd(long endTimeNanos, long totalTimeNanos, int line, int col) voidhandleDocumentStart(long startTimeNanos, int line, int col) voidhandleText(char[] buffer, int offset, int len, int line, int col)
-
Method Details
-
handleDocumentStart
- Throws:
RawParseException
-
handleDocumentEnd
void handleDocumentEnd(long endTimeNanos, long totalTimeNanos, int line, int col) throws RawParseException - Throws:
RawParseException
-
handleText
- Throws:
RawParseException
-