The Spring Framework

Uses of Class
org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException

Packages that use NoSuchRequestHandlingMethodException
org.springframework.web.servlet.mvc.annotation Support package for annotation-based Servlet MVC controllers. 
org.springframework.web.servlet.mvc.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
 

Uses of NoSuchRequestHandlingMethodException in org.springframework.web.servlet.mvc.annotation
 

Methods in org.springframework.web.servlet.mvc.annotation with parameters of type NoSuchRequestHandlingMethodException
protected  ModelAndView AnnotationMethodHandlerAdapter.handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException ex, HttpServletRequest request, HttpServletResponse response)
          Handle the case where no request handler method was found.
 

Uses of NoSuchRequestHandlingMethodException in org.springframework.web.servlet.mvc.multiaction
 

Methods in org.springframework.web.servlet.mvc.multiaction with parameters of type NoSuchRequestHandlingMethodException
protected  ModelAndView MultiActionController.handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException ex, HttpServletRequest request, HttpServletResponse response)
          Handle the case where no request handler method was found.
 

Methods in org.springframework.web.servlet.mvc.multiaction that throw NoSuchRequestHandlingMethodException
 String ParameterMethodNameResolver.getHandlerMethodName(HttpServletRequest request)
           
 String MethodNameResolver.getHandlerMethodName(HttpServletRequest request)
          Return a method name that can handle this request.
 String AbstractUrlMethodNameResolver.getHandlerMethodName(HttpServletRequest request)
          Retrieves the URL path to use for lookup and delegates to getHandlerMethodNameForUrlPath.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.