public class AttributesMap extends Object implements Attributes
| Constructor and Description |
|---|
AttributesMap() |
AttributesMap(AttributesMap map) |
AttributesMap(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(Attributes attributes) |
void |
clearAttributes() |
Object |
getAttribute(String name) |
Set<Map.Entry<String,Object>> |
getAttributeEntrySet() |
Enumeration<String> |
getAttributeNames() |
static Enumeration<String> |
getAttributeNamesCopy(Attributes attrs) |
Set<String> |
getAttributeNameSet() |
Set<String> |
keySet() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object attribute) |
int |
size() |
String |
toString() |
public AttributesMap()
public AttributesMap(AttributesMap 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<String> getAttributeNames()
getAttributeNames in interface Attributespublic static Enumeration<String> getAttributeNamesCopy(Attributes attrs)
public void clearAttributes()
clearAttributes in interface Attributespublic int size()
public void addAll(Attributes attributes)
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.