Package dev.getelements.elements.sdk
Interface MutableAttributes
- All Superinterfaces:
Attributes
- All Known Implementing Classes:
PropertiesAttributes,ServletRequestAttributes,SimpleAttributes
Represents a set of mutable attributes.
-
Field Summary
Fields inherited from interface dev.getelements.elements.sdk.Attributes
EMPTY -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttribute(String name, Object obj) Sets the attribute with the supplied name and valueMethods inherited from interface dev.getelements.elements.sdk.Attributes
asMap, asProperties, asProperties, getAttribute, getAttributeNames, getAttributeOptional, immutableCopy
-
Method Details
-
setAttribute
Sets the attribute with the supplied name and value- Parameters:
name- the name to setobj- the value to set
-