public class ViewScopeProxyMap extends HashMap<String,Object> implements StateHolder
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
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, compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
equals, hashCode, toString
public String getViewScopeId()
public void forceCreateWrappedMap(FacesContext facesContext)
public int size()
public boolean isEmpty()
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
containsKey
in class HashMap<String,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<String,Object>
containsValue
in class HashMap<String,Object>
public void clear()
public Collection<Object> values()
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
public Object saveState(FacesContext context)
saveState
in interface StateHolder
public boolean isTransient()
isTransient
in interface StateHolder
public void setTransient(boolean newTransientValue)
setTransient
in interface StateHolder
Copyright © 2022 The Apache Software Foundation. All rights reserved.