Package | Description |
---|---|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
org.springframework.web.servlet.mvc.multiaction |
Package allowing MVC Controller implementations to handle requests
at method rather than class level.
|
org.springframework.web.servlet.mvc.support |
Support package for MVC controllers.
|
Modifier and Type | Method and Description |
---|---|
protected ResponseEntity<Object> |
ResponseEntityExceptionHandler.handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException ex,
HttpHeaders headers,
HttpStatus status,
WebRequest request)
Customize the response for NoSuchRequestHandlingMethodException.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
ParameterMethodNameResolver.getHandlerMethodName(javax.servlet.http.HttpServletRequest request) |
String |
AbstractUrlMethodNameResolver.getHandlerMethodName(javax.servlet.http.HttpServletRequest request)
Retrieves the URL path to use for lookup and delegates to
getHandlerMethodNameForUrlPath . |
String |
MethodNameResolver.getHandlerMethodName(javax.servlet.http.HttpServletRequest request)
Return a method name that can handle this request.
|
Modifier and Type | Method and Description |
---|---|
protected ModelAndView |
DefaultHandlerExceptionResolver.handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException ex,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler)
Handle the case where no request handler method was found.
|
Copyright © 2015. All rights reserved.