Uses of Interface
org.thymeleaf.model.IModelVisitor
-
Packages that use IModelVisitor Package Description org.thymeleaf.engine org.thymeleaf.model -
-
Uses of IModelVisitor in org.thymeleaf.engine
Methods in org.thymeleaf.engine with parameters of type IModelVisitor Modifier and Type Method Description void
TemplateModel. accept(IModelVisitor visitor)
-
Uses of IModelVisitor in org.thymeleaf.model
Classes in org.thymeleaf.model that implement IModelVisitor Modifier and Type Class Description class
AbstractModelVisitor
Abstract base implementation for theIModelVisitor
interface.Methods in org.thymeleaf.model with parameters of type IModelVisitor Modifier and Type Method Description void
IModel. accept(IModelVisitor visitor)
Accept a visitor implementingIModelVisitor
.void
ITemplateEvent. accept(IModelVisitor visitor)
Accept a visitor, implementation ofIModelVisitor
.
-