|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchRequestHandlingMethodException | |
---|---|
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.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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |