org.eclipse.jetty.util
类 AttributesMap
java.lang.Object
org.eclipse.jetty.util.AttributesMap
- 所有已实现的接口:
- Attributes
public class AttributesMap
- extends Object
- implements Attributes
AttributesMap.
_map
protected final Map<String,Object> _map
AttributesMap
public AttributesMap()
AttributesMap
public AttributesMap(Map<String,Object> map)
AttributesMap
public AttributesMap(AttributesMap map)
removeAttribute
public void removeAttribute(String name)
- 指定者:
- 接口
Attributes 中的 removeAttribute
setAttribute
public void setAttribute(String name,
Object attribute)
- 指定者:
- 接口
Attributes 中的 setAttribute
getAttribute
public Object getAttribute(String name)
- 指定者:
- 接口
Attributes 中的 getAttribute
getAttributeNames
public Enumeration<String> getAttributeNames()
- 指定者:
- 接口
Attributes 中的 getAttributeNames
getAttributeNameSet
public Set<String> getAttributeNameSet()
getAttributeEntrySet
public Set<Map.Entry<String,Object>> getAttributeEntrySet()
getAttributeNamesCopy
public static Enumeration<String> getAttributeNamesCopy(Attributes attrs)
clearAttributes
public void clearAttributes()
- 指定者:
- 接口
Attributes 中的 clearAttributes
size
public int size()
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
keySet
public Set<String> keySet()
addAll
public void addAll(Attributes attributes)
Copyright © 2013. All Rights Reserved.