| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | AbstractUrlMethodNameResolver.getHandlerMethodName(HttpServletRequest request)Retrieves the URL path to use for lookup and delegates to getHandlerMethodNameForUrlPath. | 
|  String | ParameterMethodNameResolver.getHandlerMethodName(HttpServletRequest request) | 
|  String | MethodNameResolver.getHandlerMethodName(HttpServletRequest request)Return a method name that can handle this request. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||