180181182183184185186187188189190
// Obtain Scopes StateScope stateScope = this.stateScopeManager.getStateScope(requestState); if (stateScope != null) { restoredState = stateScope.restoreState(stateId); } else { restoredState = this.getStateFromSession(pageId, stateId); }