Class ApplicationStateInfo


  • public class ApplicationStateInfo
    extends Object
    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 Detail

      • ApplicationStateInfo

        public ApplicationStateInfo()
    • Method Detail

      • usePartialStateSaving

        public boolean usePartialStateSaving​(String viewId)
        Parameters:
        viewId - the view ID to check
        Returns:
        true if partial state saving should be used for the specified view ID, otherwise false
        Throws:
        IllegalArgumentException - if viewId is null