インタフェース
org.seasar.framework.container.BindingTypeDef の使用

BindingTypeDef を使用しているパッケージ
org.seasar.framework.container   
org.seasar.framework.container.assembler   
org.seasar.framework.container.impl   
 

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

BindingTypeDef を返す org.seasar.framework.container のメソッド
 BindingTypeDef PropertyDef.getBindingTypeDef()
          バインディングタイプ定義を返します。
 

BindingTypeDef 型のパラメータを持つ org.seasar.framework.container のメソッド
 void AccessTypeDef.bind(ComponentDef componentDef, PropertyDef propertyDef, BindingTypeDef bindingTypeDef, Object component)
          アクセスタイプに基づいて、 componentのプロパティまたはフィールドにS2コンテナ上のコンポーネントをインジェクションします。
 void PropertyDef.setBindingTypeDef(BindingTypeDef bindingTypeDef)
          バインディングタイプ定義を設定します。
 

org.seasar.framework.container.assembler での BindingTypeDef の使用
 

BindingTypeDef を実装している org.seasar.framework.container.assembler のクラス
 class AbstractBindingTypeDef
           
 class BindingTypeMayDef
           
 class BindingTypeMustDef
           
 class BindingTypeNoneDef
           
 class BindingTypeShouldDef
           
 

BindingTypeDef として宣言されている org.seasar.framework.container.assembler のフィールド
static BindingTypeDef BindingTypeDefFactory.MUST
           
static BindingTypeDef BindingTypeDefFactory.SHOULD
           
static BindingTypeDef BindingTypeDefFactory.MAY
           
static BindingTypeDef BindingTypeDefFactory.NONE
           
 

BindingTypeDef を返す org.seasar.framework.container.assembler のメソッド
static BindingTypeDef BindingTypeDefFactory.getBindingTypeDef(String name)
           
 

BindingTypeDef 型のパラメータを持つ org.seasar.framework.container.assembler のメソッド
 void AccessTypeFieldDef.bind(ComponentDef componentDef, PropertyDef propertyDef, BindingTypeDef bindingTypeDef, Object component)
           
 void AccessTypePropertyDef.bind(ComponentDef componentDef, PropertyDef propertyDef, BindingTypeDef bindingTypeDef, Object component)
           
static void BindingTypeDefFactory.addBindingTypeDef(BindingTypeDef bindingTypeDef)
           
 

org.seasar.framework.container.impl での BindingTypeDef の使用
 

BindingTypeDef を返す org.seasar.framework.container.impl のメソッド
 BindingTypeDef PropertyDefImpl.getBindingTypeDef()
           
 

BindingTypeDef 型のパラメータを持つ org.seasar.framework.container.impl のメソッド
 void PropertyDefImpl.setBindingTypeDef(BindingTypeDef bindingTypeDef)
           
 



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