org.seasar.framework.container.assembler
クラス BindingTypeNoneDef
java.lang.Object
org.seasar.framework.container.assembler.AbstractBindingTypeDef
org.seasar.framework.container.assembler.BindingTypeNoneDef
- すべての実装インタフェース:
- BindingTypeDef
- public class BindingTypeNoneDef
- extends AbstractBindingTypeDef
バインディングタイプ定義のnone版です。
- 作成者:
- higa
クラス org.seasar.framework.container.assembler.AbstractBindingTypeDef から継承したメソッド |
bind, bind, bindAuto, bindAuto, bindManual, bindManual, equals, getName, getValue, getValue, hashCode, isAutoBindable, setValue, setValue |
BindingTypeNoneDef
protected BindingTypeNoneDef(String name)
BindingTypeNoneDef
を作成します。
- パラメータ:
name
-
doBind
protected void doBind(ComponentDef componentDef,
Field field,
Object component)
- クラス
AbstractBindingTypeDef
の記述:
- オブジェクトを結びつけるためのメソッドです。
- 定義:
- クラス
AbstractBindingTypeDef
内の doBind
- パラメータ:
componentDef
- field
- component
-
doBind
protected void doBind(ComponentDef componentDef,
PropertyDesc propertyDesc,
Object component)
- クラス
AbstractBindingTypeDef
の記述:
- オブジェクトを結びつけるためのメソッドです。
- 定義:
- クラス
AbstractBindingTypeDef
内の doBind
- パラメータ:
componentDef
- propertyDesc
- component
-
Copyright © 2004-2009 The Seasar Foundation. All Rights Reserved.