protected static class JspStateManagerImpl.SerializedViewCollection extends Object implements Serializable
| Modifier | Constructor and Description | 
|---|---|
| protected  | JspStateManagerImpl.SerializedViewCollection() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(FacesContext context,
   Object state) | 
| Object | get(Integer sequence,
   String viewId) | 
| protected String | getCacheOldViewsInSessionMode(FacesContext context)Reads the value of the  org.apache.myfaces.CACHE_OLD_VIEWS_IN_SESSION_MODEcontext parameter. | 
| protected int | getNumberOfViewsInSession(FacesContext context)Reads the amount (default = 20) of views to be stored in session. | 
| protected Map<Object,Object> | getOldSerializedViewsMap() | 
protected JspStateManagerImpl.SerializedViewCollection()
public void add(FacesContext context, Object state)
protected int getNumberOfViewsInSession(FacesContext context)
context - FacesContext for the current request, we are processingJspStateManagerImpl.NUMBER_OF_VIEWS_IN_SESSION_PARAMprotected Map<Object,Object> getOldSerializedViewsMap()
protected String getCacheOldViewsInSessionMode(FacesContext context)
org.apache.myfaces.CACHE_OLD_VIEWS_IN_SESSION_MODE context parameter.context - JspStateManagerImpl.CACHE_OLD_VIEWS_IN_SESSION_MODECopyright © 2016 The Apache Software Foundation. All Rights Reserved.