Uses of Class
org.thymeleaf.engine.AttributeDefinition
-
Packages that use AttributeDefinition Package Description org.thymeleaf.engine org.thymeleaf.model org.thymeleaf.standard.util -
-
Uses of AttributeDefinition in org.thymeleaf.engine
Subclasses of AttributeDefinition in org.thymeleaf.engine Modifier and Type Class Description class
HTMLAttributeDefinition
class
TextAttributeDefinition
class
XMLAttributeDefinition
Methods in org.thymeleaf.engine that return AttributeDefinition Modifier and Type Method Description AttributeDefinition
AttributeDefinitions. forName(TemplateMode templateMode, char[] attributeName, int attributeNameOffset, int attributeNameLen)
AttributeDefinition
AttributeDefinitions. forName(TemplateMode templateMode, String attributeName)
AttributeDefinition
AttributeDefinitions. forName(TemplateMode templateMode, String prefix, String attributeName)
Methods in org.thymeleaf.engine with parameters of type AttributeDefinition Modifier and Type Method Description void
ElementTagStructureHandler. replaceAttribute(AttributeName oldAttributeName, AttributeDefinition attributeDefinition, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes)
void
ElementTagStructureHandler. setAttribute(AttributeDefinition attributeDefinition, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes)
-
Uses of AttributeDefinition in org.thymeleaf.model
Methods in org.thymeleaf.model that return AttributeDefinition Modifier and Type Method Description AttributeDefinition
IAttribute. getAttributeDefinition()
Returns theAttributeDefinition
corresponding to this attribute. -
Uses of AttributeDefinition in org.thymeleaf.standard.util
Methods in org.thymeleaf.standard.util with parameters of type AttributeDefinition Modifier and Type Method Description static void
StandardProcessorUtils. replaceAttribute(IElementTagStructureHandler structureHandler, AttributeName oldAttributeName, AttributeDefinition attributeDefinition, String attributeName, String attributeValue)
static void
StandardProcessorUtils. setAttribute(IElementTagStructureHandler structureHandler, AttributeDefinition attributeDefinition, String attributeName, String attributeValue)
-