java.lang.Object
com.sun.faces.application.ApplicationStateInfo
This class maintains per-application information pertaining to partail or full state saving as a whole or partial
 state saving with some views using full state saving.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ApplicationStateInfo
public ApplicationStateInfo() 
 - 
 - 
Method Details
- 
usePartialStateSaving
- Parameters:
 viewId- the view ID to check- Returns:
 trueif partial state saving should be used for the specified view ID, otherwisefalse- Throws:
 IllegalArgumentException- if viewId is null
 
 -