Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
class: _ComponentAttributesMap [javadoc | source]
java.lang.Object
   javax.faces.component._ComponentAttributesMap

All Implemented Interfaces:
    Map, Serializable

Constructor:
 _ComponentAttributesMap(UIComponent component) 
 _ComponentAttributesMap(UIComponent component,
    Map attributes) 
Method from javax.faces.component._ComponentAttributesMap Summary:
clear,   containsKey,   containsValue,   entrySet,   equals,   get,   getUnderlyingMap,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   values
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component._ComponentAttributesMap Detail:
 public  void clear() 
 public boolean containsKey(Object key) 
 public boolean containsValue(Object value) 
 public Set entrySet() 
 public boolean equals(Object obj) 
 public Object get(Object key) 
 Map getUnderlyingMap() 
 public int hashCode() 
 public boolean isEmpty() 
 public Set keySet() 
 public Object put(Object key,
    Object value) 
 public  void putAll(Map t) 
 public Object remove(Object key) 
 public int size() 
 public Collection values()