Package org.thymeleaf.model
Interface IModelVisitor
- All Known Implementing Classes:
AbstractModelVisitor
public interface IModelVisitor
Interface to be implemented by all classes modeling actions to be performed on an event or sequence of events according to the Visitor pattern.
These objects are usually applied by means of the IModel.accept(IModelVisitor)
method.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(ICDATASection cdataSection) voidvisit(ICloseElementTag closeElementTag) voidvoidvoidvisit(IOpenElementTag openElementTag) voidvisit(IProcessingInstruction processingInstruction) voidvisit(IStandaloneElementTag standaloneElementTag) voidvisit(ITemplateEnd templateEnd) voidvisit(ITemplateStart templateStart) voidvoidvisit(IXMLDeclaration xmlDeclaration)
-
Method Details
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-