|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.deployer.AbstractComponentDeployer
ComponentDeployer
の抽象クラスです。
コンストラクタの概要 | |
AbstractComponentDeployer(ComponentDef componentDef)
AbstractComponentDeployer を作成します。 |
メソッドの概要 | |
protected ComponentDef |
getComponentDef()
ComponentDef を返します。 |
protected java.lang.String |
getComponentName()
コンポーネント名を返します。 |
protected ConstructorAssembler |
getConstructorAssembler()
ConstructorAssembler を返します。 |
protected MethodAssembler |
getDestroyMethodAssembler()
破棄用の MethodAssembler を返します。 |
protected MethodAssembler |
getInitMethodAssembler()
初期化用の MethodAssembler を返します。 |
protected PropertyAssembler |
getPropertyAssembler()
PropertyAssembler を返します。 |
protected void |
setupAssembler()
アセンブラを準備します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.seasar.framework.container.ComponentDeployer から継承したメソッド |
deploy, destroy, init, injectDependency |
コンストラクタの詳細 |
public AbstractComponentDeployer(ComponentDef componentDef)
AbstractComponentDeployer
を作成します。
componentDef
- メソッドの詳細 |
protected final ComponentDef getComponentDef()
ComponentDef
を返します。
ComponentDef
protected final ConstructorAssembler getConstructorAssembler()
ConstructorAssembler
を返します。
ConstructorAssembler
protected final PropertyAssembler getPropertyAssembler()
PropertyAssembler
を返します。
PropertyAssembler
protected final MethodAssembler getInitMethodAssembler()
MethodAssembler
を返します。
MethodAssembler
protected final MethodAssembler getDestroyMethodAssembler()
MethodAssembler
を返します。
MethodAssembler
protected void setupAssembler()
protected java.lang.String getComponentName()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |