org.seasar.framework.container.deployer
クラス ComponentDeployerFactory.DefaultProvider
java.lang.Object
org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider
- すべての実装インタフェース:
- ComponentDeployerFactory.Provider
- 直系の既知のサブクラス:
- ExternalComponentDeployerProvider
- 含まれているクラス:
- ComponentDeployerFactory
- public static class ComponentDeployerFactory.DefaultProvider
- extends Object
- implements ComponentDeployerFactory.Provider
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDeployerFactory.DefaultProvider
public ComponentDeployerFactory.DefaultProvider()
createSingletonComponentDeployer
public ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
- 定義:
- インタフェース
ComponentDeployerFactory.Provider
内の createSingletonComponentDeployer
createPrototypeComponentDeployer
public ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
- 定義:
- インタフェース
ComponentDeployerFactory.Provider
内の createPrototypeComponentDeployer
createRequestComponentDeployer
public ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
- 定義:
- インタフェース
ComponentDeployerFactory.Provider
内の createRequestComponentDeployer
createSessionComponentDeployer
public ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
- 定義:
- インタフェース
ComponentDeployerFactory.Provider
内の createSessionComponentDeployer
createApplicationComponentDeployer
public ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
- 定義:
- インタフェース
ComponentDeployerFactory.Provider
内の createApplicationComponentDeployer
createOuterComponentDeployer
public ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
- 定義:
- インタフェース
ComponentDeployerFactory.Provider
内の createOuterComponentDeployer
createDefaultComponentDeployer
public ComponentDeployer createDefaultComponentDeployer(ComponentDef cd)
Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.