Interface MutableAttributes

All Superinterfaces:
Attributes
All Known Implementing Classes:
InheritedMutableAttributes, PropertiesAttributes, ServletRequestAttributes, SimpleAttributes

public interface MutableAttributes extends Attributes
Represents a set of mutable attributes.
  • Method Details

    • setAttribute

      void setAttribute(String name, Object obj)
      Sets the attribute with the supplied name and value
      Parameters:
      name - the name to set
      obj - the value to set