org.apache.myfaces.view.facelets.tag.jsf
Class FaceletState
java.lang.Object
org.apache.myfaces.view.facelets.tag.jsf.FaceletState
- All Implemented Interfaces:
- Serializable, StateHolder
public class FaceletState
- extends Object
- implements StateHolder, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stateMap
public Map<String,Object> stateMap
FaceletState
public FaceletState()
getState
public Object getState(String key)
putState
public Object putState(String key,
Object value)
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState
in interface StateHolder
restoreState
public void restoreState(FacesContext context,
Object state)
- Specified by:
restoreState
in interface StateHolder
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface StateHolder
setTransient
public void setTransient(boolean newTransientValue)
- Specified by:
setTransient
in interface StateHolder
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.