Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
static final class: UIViewRoot.ViewMap [javadoc | source]
java.lang.Object
   java.util.AbstractMap
      java.util.HashMap<String, Object>
         javax.faces.component.UIViewRoot$ViewMap

All Implemented Interfaces:
    Map, Serializable, Cloneable

Fields inherited from java.util.HashMap:
DEFAULT_INITIAL_CAPACITY,  MAXIMUM_CAPACITY,  DEFAULT_LOAD_FACTOR,  table,  size,  threshold,  loadFactor,  modCount
Fields inherited from java.util.AbstractMap:
keySet,  values
Constructor:
 ViewMap(ProjectStage stage) 
Method from javax.faces.component.UIViewRoot$ViewMap Summary:
clear,   put,   putAll
Methods from java.util.HashMap:
addEntry,   capacity,   clear,   clone,   containsKey,   containsValue,   createEntry,   entrySet,   get,   getEntry,   hash,   indexFor,   init,   isEmpty,   keySet,   loadFactor,   newEntryIterator,   newKeyIterator,   newValueIterator,   put,   putAll,   remove,   removeEntryForKey,   removeMapping,   resize,   size,   transfer,   values
Methods from java.util.AbstractMap:
access$000,   clear,   clone,   containsKey,   containsValue,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   toString,   values
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.UIViewRoot$ViewMap Detail:
 public  void clear() 
 public Object put(String key,
    Object value) 
 public  void putAll(Map<String, ?> m)