|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.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を返します。
ComponentDefprotected final ConstructorAssembler getConstructorAssembler()
ConstructorAssemblerを返します。
ConstructorAssemblerprotected final PropertyAssembler getPropertyAssembler()
PropertyAssemblerを返します。
PropertyAssemblerprotected final MethodAssembler getInitMethodAssembler()
MethodAssemblerを返します。
MethodAssemblerprotected final MethodAssembler getDestroyMethodAssembler()
MethodAssemblerを返します。
MethodAssemblerprotected void setupAssembler()
protected java.lang.String getComponentName()
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||