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 Attributes
public void setAttribute(String name, Object attribute)
setAttribute
in interface Attributes
public Object getAttribute(String name)
getAttribute
in interface Attributes
public Enumeration getAttributeNames()
getAttributeNames
in interface Attributes
public static Enumeration getAttributeNamesCopy(Attributes attrs)
public void clearAttributes()
clearAttributes
in interface Attributes
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.