Package org.thymeleaf.engine
Class TemplateHandlerAdapterRawHandler
- Object
-
- org.thymeleaf.engine.TemplateHandlerAdapterRawHandler
-
- All Implemented Interfaces:
IRawHandler
public final class TemplateHandlerAdapterRawHandler extends Object implements IRawHandler
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Constructor Summary
Constructors Constructor Description TemplateHandlerAdapterRawHandler(String templateName, ITemplateHandler templateHandler, int lineOffset, int colOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleDocumentEnd(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)
-
-
-
Constructor Detail
-
TemplateHandlerAdapterRawHandler
public TemplateHandlerAdapterRawHandler(String templateName, ITemplateHandler templateHandler, int lineOffset, int colOffset)
-
-
Method Detail
-
handleDocumentStart
public void handleDocumentStart(long startTimeNanos, int line, int col) throws RawParseException- Specified by:
handleDocumentStartin interfaceIRawHandler- Throws:
RawParseException
-
handleDocumentEnd
public void handleDocumentEnd(long endTimeNanos, long totalTimeNanos, int line, int col) throws RawParseException- Specified by:
handleDocumentEndin interfaceIRawHandler- Throws:
RawParseException
-
handleText
public void handleText(char[] buffer, int offset, int len, int line, int col) throws RawParseException- Specified by:
handleTextin interfaceIRawHandler- Throws:
RawParseException
-
-