Package org.thymeleaf.engine
Class Attributes
java.lang.Object
org.thymeleaf.engine.Attributes
- Since:
- 3.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int(package private) Attribute[](package private) int(package private) AttributegetAttribute(AttributeName attributeName) (package private) AttributegetAttribute(TemplateMode templateMode, String completeName) (package private) AttributegetAttribute(TemplateMode templateMode, String prefix, String name) (package private) booleanhasAttribute(AttributeName attributeName) (package private) booleanhasAttribute(TemplateMode templateMode, String completeName) (package private) booleanhasAttribute(TemplateMode templateMode, String prefix, String name) private AttributesremoveAttribute(int attrIdx) (package private) AttributesremoveAttribute(AttributeName attributeName) (package private) AttributesremoveAttribute(TemplateMode templateMode, String completeName) (package private) AttributesremoveAttribute(TemplateMode templateMode, String prefix, String name) (package private) AttributesreplaceAttribute(AttributeDefinitions attributeDefinitions, TemplateMode templateMode, AttributeName oldName, AttributeDefinition newAttributeDefinition, String newCompleteName, String value, AttributeValueQuotes valueQuotes) private intsearchAttribute(AttributeName attributeName) private intsearchAttribute(TemplateMode templateMode, String completeName) private intsearchAttribute(TemplateMode templateMode, String prefix, String name) (package private) AttributessetAttribute(AttributeDefinitions attributeDefinitions, TemplateMode templateMode, AttributeDefinition attributeDefinition, String completeName, String value, AttributeValueQuotes valueQuotes) toString()(package private) void
-
Field Details
-
DEFAULT_WHITE_SPACE
- See Also:
-
DEFAULT_WHITE_SPACE_ARRAY
-
EMPTY_ATTRIBUTES
-
EMPTY_ATTRIBUTE_ARRAY
-
attributes
-
innerWhiteSpaces
-
associatedProcessorCount
private volatile int associatedProcessorCount
-
-
Constructor Details
-
Attributes
-
-
Method Details
-
getAssociatedProcessorCount
int getAssociatedProcessorCount() -
computeAssociatedProcessorCount
private int computeAssociatedProcessorCount() -
searchAttribute
-
searchAttribute
-
searchAttribute
-
hasAttribute
-
hasAttribute
-
hasAttribute
-
getAttribute
-
getAttribute
-
getAttribute
-
getAllAttributes
Attribute[] getAllAttributes() -
getAttributeMap
-
setAttribute
Attributes setAttribute(AttributeDefinitions attributeDefinitions, TemplateMode templateMode, AttributeDefinition attributeDefinition, String completeName, String value, AttributeValueQuotes valueQuotes) -
replaceAttribute
Attributes replaceAttribute(AttributeDefinitions attributeDefinitions, TemplateMode templateMode, AttributeName oldName, AttributeDefinition newAttributeDefinition, String newCompleteName, String value, AttributeValueQuotes valueQuotes) -
removeAttribute
-
removeAttribute
-
removeAttribute
-
removeAttribute
-
write
- Throws:
IOException
-
toString
-