Package org.thymeleaf.standard.util
Class StandardProcessorUtils
- Object
-
- org.thymeleaf.standard.util.StandardProcessorUtils
-
public final class StandardProcessorUtils extends Object
Internal utility methods for modifying the state of events at the StandarDialects.
This class should only be used internally.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
replaceAttribute(IElementTagStructureHandler structureHandler, AttributeName oldAttributeName, AttributeDefinition attributeDefinition, String attributeName, String attributeValue)
static void
setAttribute(IElementTagStructureHandler structureHandler, AttributeDefinition attributeDefinition, String attributeName, String attributeValue)
-
-
-
Method Detail
-
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)
-
-