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 TypeMethodDescriptionvoid
visit
(ICDATASection cdataSection) void
visit
(ICloseElementTag closeElementTag) void
void
void
visit
(IOpenElementTag openElementTag) void
visit
(IProcessingInstruction processingInstruction) void
visit
(IStandaloneElementTag standaloneElementTag) void
visit
(ITemplateEnd templateEnd) void
visit
(ITemplateStart templateStart) void
void
visit
(IXMLDeclaration xmlDeclaration)
-
Method Details
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-
visit
-