public class AttributesMap extends Object implements Attributes
| Constructor and Description |
|---|
AttributesMap() |
AttributesMap(Map map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAttributes() |
Object |
getAttribute(String name) |
Enumeration |
getAttributeNames() |
static Enumeration |
getAttributeNamesCopy(Attributes attrs) |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object attribute) |
String |
toString() |
public AttributesMap()
public AttributesMap(Map map)
public void removeAttribute(String name)
removeAttribute in interface Attributespublic void setAttribute(String name, Object attribute)
setAttribute in interface Attributespublic Object getAttribute(String name)
getAttribute in interface Attributespublic Enumeration getAttributeNames()
getAttributeNames in interface Attributespublic static Enumeration getAttributeNamesCopy(Attributes attrs)
public void clearAttributes()
clearAttributes in interface AttributesCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.