パッケージ | 説明 |
---|---|
org.springframework.web.method | Spring MVC の org.springframework.web.servlet.mvc.method パッケージで使用される、ハンドラーメソッド処理の共通インフラストラクチャ。 |
org.springframework.web.servlet.mvc.method.annotation | org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。 |
修飾子と型 | メソッドと説明 |
---|---|
static ListSE<ControllerAdviceBean> | ControllerAdviceBean.findAnnotatedBeans(ApplicationContext context) 指定された ApplicationContext で @ControllerAdvice のアノテーションが付けられた Bean を見つけ、ControllerAdviceBean インスタンスとしてラップします。 |
修飾子と型 | メソッドと説明 |
---|---|
MapSE<ControllerAdviceBean, ExceptionHandlerMethodResolver> | ExceptionHandlerExceptionResolver.getExceptionHandlerAdviceCache() ApplicationContext で検出された @ControllerAdvice Bean を含む変更不可能なマップを返します。 |