org.mortbay.util
Class AttributesMap
java.lang.Object
org.mortbay.util.AttributesMap
- All Implemented Interfaces:
- Attributes
public class AttributesMap
- extends Object
- implements Attributes
AttributesMap.
- Author:
- gregw
AttributesMap
public AttributesMap()
AttributesMap
public AttributesMap(Map map)
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttribute
in interface Attributes
setAttribute
public void setAttribute(String name,
Object attribute)
- Specified by:
setAttribute
in interface Attributes
getAttribute
public Object getAttribute(String name)
- Specified by:
getAttribute
in interface Attributes
getAttributeNames
public Enumeration getAttributeNames()
- Specified by:
getAttributeNames
in interface Attributes
getAttributeNamesCopy
public static Enumeration getAttributeNamesCopy(Attributes attrs)
clearAttributes
public void clearAttributes()
- Specified by:
clearAttributes
in interface Attributes
toString
public String toString()
- Overrides:
toString
in class Object