Uses of Interface
org.thymeleaf.model.IAttribute
Packages that use IAttribute
-
Uses of IAttribute in org.thymeleaf.model
Methods in org.thymeleaf.model that return IAttributeModifier and TypeMethodDescriptionIProcessableElementTag.getAllAttributes()
Returns an array with all the attributes contained in the tag.IProcessableElementTag.getAttribute
(String completeName) Returns the object modelling a specific attribute in the tag (or null if it does not exist).IProcessableElementTag.getAttribute
(String prefix, String name) Returns the object modelling a specific attribute in the tag (or null if it does not exist).IProcessableElementTag.getAttribute
(AttributeName attributeName) Returns the object modelling a specific attribute in the tag (or null if it does not exist).