Package org.eclipse.jetty.util
Interface Attributes
-
- All Known Implementing Classes:
AttributesMap
public interface Attributes
Attributes. Interface commonly used for storing attributes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearAttributes()
Object
getAttribute(String name)
Enumeration<String>
getAttributeNames()
void
removeAttribute(String name)
void
setAttribute(String name, Object attribute)
-