stateId = Integer.parseInt(sId);
} catch (NumberFormatException e) {
throw new HDIVException(HDIVErrorCodes.PAGE_ID_INCORRECT);
}
StateScope stateScope = this.stateScopeManager.getStateScope(value);
if (stateScope != null) {
String token = stateScope.getStateToken(stateId);
return requestSuffix.equals(token);
}
IPage currentPage = session.getPage(pageId);