org.apache.myfaces.application.pss
Class PssJspStateManagerImpl.SerializedViewCollection
java.lang.Object
org.apache.myfaces.application.pss.PssJspStateManagerImpl.SerializedViewCollection
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- PssJspStateManagerImpl
protected static class PssJspStateManagerImpl.SerializedViewCollection
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PssJspStateManagerImpl.SerializedViewCollection
protected PssJspStateManagerImpl.SerializedViewCollection()
add
public void add(FacesContext context,
Object state)
getNumberOfViewsInSession
protected int getNumberOfViewsInSession(FacesContext context)
- Reads the amount (default = 20) of views to be stored in session.
- Parameters:
context - FacesContext for the current request, we are processing
- Returns:
- Number vf views stored in the session
- See Also:
NUMBER_OF_VIEWS_IN_SESSION_PARAM
getOldSerializedViewsMap
protected Map getOldSerializedViewsMap()
- Returns:
- old serialized views map
get
public Object get(Integer sequence,
String viewId)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.