Package org.thymeleaf.standard.util
Class StandardProcessorUtils
java.lang.Object
org.thymeleaf.standard.util.StandardProcessorUtils
Internal utility methods for modifying the state of events at the StandarDialects.
This class should only be used internally.
- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidreplaceAttribute(IElementTagStructureHandler structureHandler, AttributeName oldAttributeName, AttributeDefinition attributeDefinition, String attributeName, String attributeValue) static voidsetAttribute(IElementTagStructureHandler structureHandler, AttributeDefinition attributeDefinition, String attributeName, String attributeValue)
-
Constructor Details
-
StandardProcessorUtils
private StandardProcessorUtils()
-
-
Method Details
-
replaceAttribute
public static void replaceAttribute(IElementTagStructureHandler structureHandler, AttributeName oldAttributeName, AttributeDefinition attributeDefinition, String attributeName, String attributeValue) -
setAttribute
public static void setAttribute(IElementTagStructureHandler structureHandler, AttributeDefinition attributeDefinition, String attributeName, String attributeValue)
-