Package org.thymeleaf.engine
Class TemplateEnd
java.lang.Object
org.thymeleaf.engine.AbstractTemplateEvent
org.thymeleaf.engine.TemplateEnd
- All Implemented Interfaces:
IEngineTemplateEvent,ITemplateEnd,ITemplateEvent
-
Field Summary
FieldsFields inherited from class org.thymeleaf.engine.AbstractTemplateEvent
col, line, templateName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(IModelVisitor visitor) Accept a visitor, implementation ofIModelVisitor.(package private) static TemplateEndasEngineTemplateEnd(ITemplateEnd templateEnd) voidbeHandled(ITemplateHandler handler) final StringtoString()voidWrites this event to the specifiedWriter.Methods inherited from class org.thymeleaf.engine.AbstractTemplateEvent
getCol, getLine, getTemplateName, hasLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.thymeleaf.model.ITemplateEvent
getCol, getLine, getTemplateName, hasLocation
-
Field Details
-
TEMPLATE_END_INSTANCE
-
-
Constructor Details
-
TemplateEnd
private TemplateEnd()
-
-
Method Details
-
accept
Description copied from interface:ITemplateEventAccept a visitor, implementation of
IModelVisitor.- Specified by:
acceptin interfaceITemplateEvent- Parameters:
visitor- the visitor.
-
write
Description copied from interface:ITemplateEventWrites this event to the specified
Writer.Template output performed at
OutputTemplateHandleris done by calling these methods at each of the events resulting from template processing.- Specified by:
writein interfaceITemplateEvent- Parameters:
writer- the writer this event should be written to.- Throws:
IOException- if an input/output exception occurs.
-
asEngineTemplateEnd
-
beHandled
- Specified by:
beHandledin interfaceIEngineTemplateEvent
-
toString
-