org.seasar.framework.container.deployer
インタフェース ComponentDeployerFactory.Provider
- 既知の実装クラスの一覧:
- ComponentDeployerFactory.DefaultProvider
- 含まれているインタフェース:
- ComponentDeployerFactory
- public static interface ComponentDeployerFactory.Provider
createSingletonComponentDeployer
public ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
createPrototypeComponentDeployer
public ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
createApplicationComponentDeployer
public ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
createSessionComponentDeployer
public ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
createRequestComponentDeployer
public ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
createOuterComponentDeployer
public ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.