org.seasar.framework.container.deployer
クラス ComponentDeployerFactory
java.lang.Object
org.seasar.framework.container.deployer.ComponentDeployerFactory
- public class ComponentDeployerFactory
- extends Object
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDeployerFactory
public ComponentDeployerFactory()
getProvider
public static ComponentDeployerFactory.Provider getProvider()
setProvider
public static void setProvider(ComponentDeployerFactory.Provider p)
createSingletonComponentDeployer
public static ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
createPrototypeComponentDeployer
public static ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
createServletContextComponentDeployer
public static ComponentDeployer createServletContextComponentDeployer(ComponentDef cd)
createSessionComponentDeployer
public static ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
createRequestComponentDeployer
public static ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
createOuterComponentDeployer
public static ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.