protected static class JspStateManagerImpl.SerializedViewCollection extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
JspStateManagerImpl.SerializedViewCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(javax.faces.context.FacesContext context,
Object state) |
Object |
get(Integer sequence,
String viewId) |
protected int |
getNumberOfViewsInSession(javax.faces.context.FacesContext context)
Reads the amount (default = 20) of views to be stored in session.
|
protected Map |
getOldSerializedViewsMap() |
protected JspStateManagerImpl.SerializedViewCollection()
public void add(javax.faces.context.FacesContext context, Object state)
protected int getNumberOfViewsInSession(javax.faces.context.FacesContext context)
context
- FacesContext for the current request, we are processingNUMBER_OF_VIEWS_IN_SESSION_PARAM
protected Map getOldSerializedViewsMap()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.