private ItemSearchPage sectionPage = new ItemSearchPage(); // Restore the wrapped request request = DispatcherHelper.getRequest(); DispatcherHelper.cacheDisable(response); ContentSection section = ContentSectionDispatcher.getContentSection(request); if (! ContentSectionDispatcher.checkAdminAccess(request, section)) { throw new com.arsdigita.cms.dispatcher.AccessDeniedException(); } RequestContext context = DispatcherHelper.getRequestContext(request); sectionPage.init(); sectionPage.dispatch(request, response, context);