org.seasar.framework.container.deployer
クラス AbstractComponentDeployer
java.lang.Object
org.seasar.framework.container.deployer.AbstractComponentDeployer
- すべての実装インタフェース:
- ComponentDeployer
- 直系の既知のサブクラス:
- ApplicationComponentDeployer, OuterComponentDeployer, PrototypeComponentDeployer, RequestComponentDeployer, SessionComponentDeployer, SingletonComponentDeployer
- public abstract class AbstractComponentDeployer
- extends Object
- implements ComponentDeployer
ComponentDeployer
の抽象クラスです。
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractComponentDeployer
public AbstractComponentDeployer(ComponentDef componentDef)
AbstractComponentDeployer
を作成します。
- パラメータ:
componentDef
-
getComponentDef
protected final ComponentDef getComponentDef()
getConstructorAssembler
protected final ConstructorAssembler getConstructorAssembler()
getPropertyAssembler
protected final PropertyAssembler getPropertyAssembler()
getInitMethodAssembler
protected final MethodAssembler getInitMethodAssembler()
getDestroyMethodAssembler
protected final MethodAssembler getDestroyMethodAssembler()
setupAssembler
protected void setupAssembler()
getComponentName
protected String getComponentName()
copyProperties
protected void copyProperties(Object old,
Object component)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.