Package org.thymeleaf.standard.util
Class StandardProcessorUtils
- java.lang.Object
-
- org.thymeleaf.standard.util.StandardProcessorUtils
-
public final class StandardProcessorUtils extends java.lang.ObjectInternal 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 Modifier Constructor Description privateStandardProcessorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidreplaceAttribute(IElementTagStructureHandler structureHandler, AttributeName oldAttributeName, AttributeDefinition attributeDefinition, java.lang.String attributeName, java.lang.String attributeValue)static voidsetAttribute(IElementTagStructureHandler structureHandler, AttributeDefinition attributeDefinition, java.lang.String attributeName, java.lang.String attributeValue)
-
-
-
Method Detail
-
replaceAttribute
public static void replaceAttribute(IElementTagStructureHandler structureHandler, AttributeName oldAttributeName, AttributeDefinition attributeDefinition, java.lang.String attributeName, java.lang.String attributeValue)
-
setAttribute
public static void setAttribute(IElementTagStructureHandler structureHandler, AttributeDefinition attributeDefinition, java.lang.String attributeName, java.lang.String attributeValue)
-
-