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