インタフェース
jp.terasoluna.fw.web.rich.springmvc.servlet.handler.ExceptionResolveDelegator の使用

ExceptionResolveDelegator を使用しているパッケージ
jp.terasoluna.fw.web.rich.springmvc.servlet.handler Rich版のSpring MVCのハンドラ関連 
 

jp.terasoluna.fw.web.rich.springmvc.servlet.handler での ExceptionResolveDelegator の使用
 

ExceptionResolveDelegator を実装している jp.terasoluna.fw.web.rich.springmvc.servlet.handler のクラス
 class ExceptionResolveDelegatorImpl
          ExceptionResolveDelegatorのデフォルト実装クラス。
 

ExceptionResolveDelegator 型の型パラメータを持つ jp.terasoluna.fw.web.rich.springmvc.servlet.handler のフィールド
protected  java.lang.Class<? extends ExceptionResolveDelegator> SimpleMappingExceptionResolverEx.exceptionResolveDelegatorClass
          ExceptionResolveDelegator実装クラスの型
protected  java.util.LinkedHashMap<java.lang.String,ExceptionResolveDelegator> SimpleMappingExceptionResolverEx.exceptionResolveDelegatorMap
          例外の型をキーにExceptionResolveDelegatorを格納するMap
 

Method parameters in jp.terasoluna.fw.web.rich.springmvc.servlet.handler with type arguments of type ExceptionResolveDelegator
 void SimpleMappingExceptionResolverEx.setExceptionResolveDelegatorClass(java.lang.Class<? extends ExceptionResolveDelegator> exceptionResolveDelegatorClass)
          例外とビュー名(&エラー情報)のマッピングを保持するクラスを設定する