クラス
org.seasar.framework.container.ClassUnmatchRuntimeException の使用

ClassUnmatchRuntimeException を使用しているパッケージ
org.seasar.framework.container S2コンテナとその構成要素を定義するインターフェースおよび、S2コンテナの振舞いに関連した例外クラスを提供します。  
 

org.seasar.framework.container での ClassUnmatchRuntimeException の使用
 

ClassUnmatchRuntimeException をスローする org.seasar.framework.container のメソッド
 void S2Container.injectDependency(Object outerComponent)
          outerComponentのクラスをキーとして登録された コンポーネント定義に従って、必要なコンポーネントのインジェクションを実行します。
 void S2Container.injectDependency(Object outerComponent, Class componentClass)
          componentClassをキーとして登録された コンポーネント定義に従って、必要なコンポーネントのインジェクションを実行します。
 void S2Container.injectDependency(Object outerComponent, String componentName)
          componentNameをキーとして登録された コンポーネント定義に従って、インジェクションを実行します。
 



Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.