|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.assembler.AbstractAssembler
コンポーネントアセンブラの抽象クラスです。
コンストラクタの概要 | |
AbstractAssembler(ComponentDef componentDef)
AbstractAssembler のコンストラクタです。 |
メソッドの概要 | |
protected java.lang.Object[] |
getArgs(java.lang.Class[] argTypes)
引数を返します。 |
protected BeanDesc |
getBeanDesc(java.lang.Object component)
BeanDesc を返します。 |
protected java.lang.Class |
getComponentClass(java.lang.Object component)
コンポーネントのクラスを返します。 |
protected ComponentDef |
getComponentDef()
ComponentDef を返します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public AbstractAssembler(ComponentDef componentDef)
AbstractAssembler
のコンストラクタです。
componentDef
- メソッドの詳細 |
protected final ComponentDef getComponentDef()
ComponentDef
を返します。
ComponentDef
protected BeanDesc getBeanDesc(java.lang.Object component)
BeanDesc
を返します。
component
-
BeanDesc
BindingUtil.getBeanDesc(ComponentDef, Object)
protected java.lang.Class getComponentClass(java.lang.Object component)
component
-
BindingUtil.getComponentClass(ComponentDef, Object)
protected java.lang.Object[] getArgs(java.lang.Class[] argTypes)
argTypes
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |