Uses of Class
org.thymeleaf.engine.AttributeDefinition
Packages that use AttributeDefinition
-
Uses of AttributeDefinition in org.thymeleaf.engine
Subclasses of AttributeDefinition in org.thymeleaf.engineModifier and TypeClassDescriptionfinal classfinal classfinal classMethods in org.thymeleaf.engine that return AttributeDefinitionModifier and TypeMethodDescriptionAttributeDefinitions.forName(TemplateMode templateMode, char[] attributeName, int attributeNameOffset, int attributeNameLen) AttributeDefinitions.forName(TemplateMode templateMode, String attributeName) AttributeDefinitions.forName(TemplateMode templateMode, String prefix, String attributeName) Methods in org.thymeleaf.engine with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionvoidElementTagStructureHandler.replaceAttribute(AttributeName oldAttributeName, AttributeDefinition attributeDefinition, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) voidElementTagStructureHandler.setAttribute(AttributeDefinition attributeDefinition, String attributeName, String attributeValue, AttributeValueQuotes attributeValueQuotes) -
Uses of AttributeDefinition in org.thymeleaf.model
Methods in org.thymeleaf.model that return AttributeDefinitionModifier and TypeMethodDescriptionIAttribute.getAttributeDefinition()Returns theAttributeDefinitioncorresponding to this attribute. -
Uses of AttributeDefinition in org.thymeleaf.standard.util
Methods in org.thymeleaf.standard.util with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionstatic voidStandardProcessorUtils.replaceAttribute(IElementTagStructureHandler structureHandler, AttributeName oldAttributeName, AttributeDefinition attributeDefinition, String attributeName, String attributeValue) static voidStandardProcessorUtils.setAttribute(IElementTagStructureHandler structureHandler, AttributeDefinition attributeDefinition, String attributeName, String attributeValue)