org.seasar.framework.container.deployer
クラス InstanceSingletonDef
java.lang.Object
org.seasar.framework.container.deployer.AbstractInstanceDef
org.seasar.framework.container.deployer.InstanceSingletonDef
- すべての実装インタフェース:
- InstanceDef
- public class InstanceSingletonDef
- extends AbstractInstanceDef
singleton用のInstanceDefです。
- 作成者:
- higa
InstanceSingletonDef
protected InstanceSingletonDef(String name)
createComponentDeployer
public ComponentDeployer createComponentDeployer(ComponentDef componentDef)
- インタフェース
InstanceDef の記述:
- インスタンス定義に基づいた、コンポーネント定義
componentDefのComponentDeployerを返します。
- パラメータ:
componentDef - コンポーネント定義
- 戻り値:
ComponentDeployerオブジェクト
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.