|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.container.assembler.AbstractBindingTypeDef
org.seasar.framework.container.assembler.BindingTypeNoneDef
バインディングタイプ定義のnone版です。
フィールドの概要 |
インタフェース org.seasar.framework.container.BindingTypeDef から継承したフィールド |
MAY_NAME, MUST_NAME, NONE_NAME, SHOULD_NAME |
コンストラクタの概要 | |
protected |
BindingTypeNoneDef(java.lang.String name)
BindingTypeNoneDef を作成します。 |
メソッドの概要 | |
protected void |
doBind(ComponentDef componentDef,
java.lang.reflect.Field field,
java.lang.Object component)
オブジェクトを結びつけるためのメソッドです。 |
protected void |
doBind(ComponentDef componentDef,
PropertyDesc propertyDesc,
java.lang.Object component)
オブジェクトを結びつけるためのメソッドです。 |
クラス org.seasar.framework.container.assembler.AbstractBindingTypeDef から継承したメソッド |
bind, bind, bindAuto, bindAuto, bindManual, bindManual, equals, getName, getValue, getValue, hashCode, isAutoBindable, setValue, setValue |
クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected BindingTypeNoneDef(java.lang.String name)
BindingTypeNoneDef
を作成します。
name
- メソッドの詳細 |
protected void doBind(ComponentDef componentDef, java.lang.reflect.Field field, java.lang.Object component)
AbstractBindingTypeDef
の記述:
AbstractBindingTypeDef
内の doBind
componentDef
- field
- component
- protected void doBind(ComponentDef componentDef, PropertyDesc propertyDesc, java.lang.Object component)
AbstractBindingTypeDef
の記述:
AbstractBindingTypeDef
内の doBind
componentDef
- propertyDesc
- component
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |