org.seasar.framework.container.assembler
クラス AccessTypePropertyDef

java.lang.Object
  拡張org.seasar.framework.container.assembler.AccessTypePropertyDef
すべての実装インタフェース:
AccessTypeDef

public class AccessTypePropertyDef
extends java.lang.Object
implements AccessTypeDef

プロパティに対するアクセスタイプ定義です。

作成者:
higa

フィールドの概要
 
インタフェース org.seasar.framework.container.AccessTypeDef から継承したフィールド
FIELD_NAME, PROPERTY_NAME
 
コンストラクタの概要
AccessTypePropertyDef()
           
 
メソッドの概要
 void bind(ComponentDef componentDef, PropertyDef propertyDef, BindingTypeDef bindingTypeDef, java.lang.Object component)
          アクセスタイプ定義に基づいて、 componentのプロパティまたはフィールドにS2コンテナ上のコンポーネントをインジェクションします。
 void bind(ComponentDef componentDef, PropertyDef propertyDef, java.lang.Object component)
          アクセスタイプ定義に基づいて、 componentのプロパティまたはフィールドにS2コンテナ上のコンポーネントをインジェクションします。
 java.lang.String getName()
          アクセスタイプ定義名を返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AccessTypePropertyDef

public AccessTypePropertyDef()
メソッドの詳細

getName

public java.lang.String getName()
インタフェース AccessTypeDef の記述:
アクセスタイプ定義名を返します。

定義:
インタフェース AccessTypeDef 内の getName
戻り値:
アクセスタイプ定義名
関連項目:
AccessTypeDef.PROPERTY_NAME, AccessTypeDef.FIELD_NAME

bind

public void bind(ComponentDef componentDef,
                 PropertyDef propertyDef,
                 java.lang.Object component)
インタフェース AccessTypeDef の記述:
アクセスタイプ定義に基づいて、 componentのプロパティまたはフィールドにS2コンテナ上のコンポーネントをインジェクションします。

定義:
インタフェース AccessTypeDef 内の bind
パラメータ:
componentDef - コンポーネント定義
propertyDef - プロパティ定義
component - コンポーネント

bind

public void bind(ComponentDef componentDef,
                 PropertyDef propertyDef,
                 BindingTypeDef bindingTypeDef,
                 java.lang.Object component)
インタフェース AccessTypeDef の記述:
アクセスタイプ定義に基づいて、 componentのプロパティまたはフィールドにS2コンテナ上のコンポーネントをインジェクションします。

定義:
インタフェース AccessTypeDef 内の bind
パラメータ:
componentDef - コンポーネント定義
propertyDef - プロパティ定義
bindingTypeDef - バインディングタイプ定義
component - コンポーネント


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