org.mortbay.util
Class AttributesMap
java.lang.Object
org.mortbay.util.AttributesMap
- All Implemented Interfaces:
- Attributes
public class AttributesMap
- extends java.lang.Object
- implements Attributes
AttributesMap.
- Author:
- gregw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AttributesMap
public AttributesMap()
AttributesMap
public AttributesMap(java.util.Map map)
removeAttribute
public void removeAttribute(java.lang.String name)
- Specified by:
removeAttribute
in interface Attributes
setAttribute
public void setAttribute(java.lang.String name,
java.lang.Object attribute)
- Specified by:
setAttribute
in interface Attributes
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
- Specified by:
getAttribute
in interface Attributes
getAttributeNames
public java.util.Enumeration getAttributeNames()
- Specified by:
getAttributeNames
in interface Attributes
getAttributeNamesCopy
public static java.util.Enumeration getAttributeNamesCopy(Attributes attrs)
clearAttributes
public void clearAttributes()
- Specified by:
clearAttributes
in interface Attributes
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.