* @param result
* @param httpRequest
*/
private void processCacheScopeState(RenderedPageWrapper result,
HttpServletRequest httpRequest) {
CacheScopeConstant cacheScope =
(CacheScopeConstant) httpRequest.
getAttribute(CacheScopeConstant.CACHE_SCOPE_ATTRIBUTE);
if (cacheScope != null) {
result.setPageValidForCaching(cacheScope);
}