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

コンストラクタの概要
AbstractComponentDeployer(ComponentDef componentDef)
          AbstractComponentDeployerを作成します。
 
メソッドの概要
protected  void copyProperties(Object old, Object component)
           
protected  ComponentDef getComponentDef()
           
protected  String getComponentName()
           
protected  ConstructorAssembler getConstructorAssembler()
           
protected  MethodAssembler getDestroyMethodAssembler()
           
protected  MethodAssembler getInitMethodAssembler()
           
protected  PropertyAssembler getPropertyAssembler()
           
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
 

コンストラクタの詳細

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.