|
||||||||||
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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle the case where no request handler method was found. |
Methods in org.springframework.web.servlet.mvc.multiaction that throw NoSuchRequestHandlingMethodException | |
---|---|
java.lang.String |
ParameterMethodNameResolver.getHandlerMethodName(javax.servlet.http.HttpServletRequest request)
|
java.lang.String |
AbstractUrlMethodNameResolver.getHandlerMethodName(javax.servlet.http.HttpServletRequest request)
Retrieves the URL path to use for lookup and delegates to getHandlerMethodNameForUrlPath . |
java.lang.String |
MethodNameResolver.getHandlerMethodName(javax.servlet.http.HttpServletRequest request)
Return a method name that can handle this request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |