public class ViewScopeProxyMap extends Object implements Map<String,Object>, StateHolder
| Constructor and Description | 
|---|
| ViewScopeProxyMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| boolean | containsKey(Object key) | 
| boolean | containsValue(Object value) | 
| Set<Map.Entry<String,Object>> | entrySet() | 
| void | forceCreateWrappedMap(FacesContext facesContext) | 
| Object | get(Object key) | 
| String | getViewScopeId() | 
| Map<String,Object> | getWrapped() | 
| boolean | isEmpty() | 
| boolean | isTransient() | 
| Set<String> | keySet() | 
| Object | put(String key,
   Object value) | 
| void | putAll(Map<? extends String,? extends Object> m) | 
| Object | remove(Object key) | 
| void | restoreState(FacesContext context,
            Object state) | 
| Object | saveState(FacesContext context) | 
| void | setTransient(boolean newTransientValue) | 
| int | size() | 
| Collection<Object> | values() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getViewScopeId()
public void forceCreateWrappedMap(FacesContext facesContext)
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>public void restoreState(FacesContext context, Object state)
restoreState in interface StateHolderpublic Object saveState(FacesContext context)
saveState in interface StateHolderpublic boolean isTransient()
isTransient in interface StateHolderpublic void setTransient(boolean newTransientValue)
setTransient in interface StateHolderCopyright © 2022 The Apache Software Foundation. All rights reserved.