| パッケージ | 説明 |
|---|---|
| org.springframework.web.servlet.mvc.method.annotation | org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。 |
| org.springframework.web.servlet.mvc.support | MVC コントローラーのサポートパッケージ。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected ResponseEntity<ObjectSE> | ResponseEntityExceptionHandler.handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException ex, HttpHeaders headers, HttpStatus status, WebRequest request)HttpRequestMethodNotSupportedException のレスポンスをカスタマイズします。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected ModelAndView | DefaultHandlerExceptionResolver.handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException ex, HttpServletRequestEE request, HttpServletResponseEE response, ObjectSE handler) 特定の HTTP リクエストメソッドに対してリクエストハンドラーメソッドが見つからなかった場合を処理します。 |