Uses of Class
org.springframework.extensions.surf.exception.RequestDispatchException

Packages that use RequestDispatchException
org.springframework.extensions.surf.mvc   
org.springframework.extensions.surf.render   
 

Uses of RequestDispatchException in org.springframework.extensions.surf.mvc
 

Methods in org.springframework.extensions.surf.mvc that throw RequestDispatchException
 void PageView.dispatchContext(RenderContext context)
           
 void PageView.dispatchPage(RenderContext context, String pageId)
           
 void PageView.dispatchPage(RenderContext context, String pageId, String formatId)
           
 void TemplateView.dispatchTemplate(RenderContext context)
           
 void SystemPageView.dispatchTemplate(RenderContext context)
           
 void ErrorHandlerPageView.dispatchTemplate(RenderContext context)
           
 

Uses of RequestDispatchException in org.springframework.extensions.surf.render
 

Methods in org.springframework.extensions.surf.render that throw RequestDispatchException
protected static void PresentationUtil.handleComponentRenderProblem(RenderContext context, Throwable t, String componentId)
           
protected static void PresentationUtil.handlePageRenderProblem(RenderContext context, Throwable t, String pageId)
           
protected static void PresentationUtil.handleRegionRenderProblem(RenderContext context, Throwable t, String templateId, String regionId, String regionScopeId)
           
protected static void PresentationUtil.handleTemplateRenderProblem(RenderContext context, Throwable t, String templateId)
           
static void PresentationUtil.renderChromelessComponent(RenderContext context, RenderFocus renderFocus, String componentId)
           
static void PresentationUtil.renderChromelessRegion(RenderContext context, RenderFocus renderFocus, String templateId, String regionId, String regionScopeId)
           
static void PresentationUtil.renderComponent(RenderContext context, RenderFocus renderFocus, String componentId)
           
static void PresentationUtil.renderComponent(RenderContext context, RenderFocus renderFocus, String componentId, String chromeId)
           
static void PresentationUtil.renderContent(RenderContext context)
          Renders the current content object using the BODY focus
static void PresentationUtil.renderContent(RenderContext context, RenderFocus renderFocus)
          Renders the current content object using its associated presentation template in the given focus.
static void PresentationUtil.renderJspPage(RenderContext context, String dispatchPath)
          Renders a JSP page
static void PresentationUtil.renderPage(RenderContext context)
          Renders the current page using the BODY focus
static void PresentationUtil.renderPage(RenderContext context, RenderFocus renderFocus)
          Renders the current page using the BODY focus
static void PresentationUtil.renderRegion(RenderContext context, RenderFocus renderFocus, String templateId, String regionId, String regionScopeId)
           
static void PresentationUtil.renderRegion(RenderContext context, RenderFocus renderFocus, String templateId, String regionId, String regionScopeId, String overrideChromeId)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.