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