public interface ITemplateEvent
Modifier and Type | Method and Description |
---|---|
void |
accept(IModelVisitor visitor) |
ITemplateEvent |
cloneEvent() |
int |
getCol() |
int |
getLine() |
String |
getTemplateName() |
boolean |
hasLocation() |
void |
write(Writer writer) |
boolean hasLocation()
String getTemplateName()
int getLine()
int getCol()
ITemplateEvent cloneEvent()
void accept(IModelVisitor visitor)
void write(Writer writer) throws IOException
IOException
Copyright © 2016 The THYMELEAF team. All rights reserved.