public class FaceletState extends Object implements StateHolder, Serializable
| Constructor and Description | 
|---|
| FaceletState() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getState(String key) | 
| boolean | isTransient() | 
| Object | putState(String key,
        Object value) | 
| void | restoreState(FacesContext context,
            Object state) | 
| Object | saveState(FacesContext context) | 
| void | setTransient(boolean newTransientValue) | 
public Object saveState(FacesContext context)
saveState in interface StateHolderpublic void restoreState(FacesContext context, Object state)
restoreState in interface StateHolderpublic boolean isTransient()
isTransient in interface StateHolderpublic void setTransient(boolean newTransientValue)
setTransient in interface StateHolderCopyright © 2016 The Apache Software Foundation. All Rights Reserved.