org.eclipse.jetty.util
Interface Attributes
- All Known Implementing Classes:
- AttributesMap
public interface Attributes
Attributes.
Interface commonly used for storing attributes.
removeAttribute
void removeAttribute(java.lang.String name)
setAttribute
void setAttribute(java.lang.String name,
java.lang.Object attribute)
getAttribute
java.lang.Object getAttribute(java.lang.String name)
getAttributeNames
java.util.Enumeration getAttributeNames()
clearAttributes
void clearAttributes()
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.