org.eclipse.jetty.util
类 AttributesMap

java.lang.Object
  继承者 org.eclipse.jetty.util.AttributesMap
所有已实现的接口:
Attributes

public class AttributesMap
extends Object
implements Attributes

AttributesMap.


字段摘要
protected  Map<String,Object> _map
           
 
构造方法摘要
AttributesMap()
           
AttributesMap(AttributesMap map)
           
AttributesMap(Map<String,Object> map)
           
 
方法摘要
 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()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

_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.