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.IAttributeIProcessableElementTag. getAttribute(String completeName)Returns the object modelling a specific attribute in the tag (or null if it does not exist).IAttributeIProcessableElementTag. getAttribute(String prefix, String name)Returns the object modelling a specific attribute in the tag (or null if it does not exist).IAttributeIProcessableElementTag. getAttribute(AttributeName attributeName)Returns the object modelling a specific attribute in the tag (or null if it does not exist).
-