org.seasar.framework.container.deployer
クラス ComponentDeployerFactory

java.lang.Object
  拡張org.seasar.framework.container.deployer.ComponentDeployerFactory

public class ComponentDeployerFactory
extends Object

作成者:
higa

入れ子クラスの概要
static class ComponentDeployerFactory.DefaultProvider
           
static interface ComponentDeployerFactory.Provider
           
 
コンストラクタの概要
ComponentDeployerFactory()
           
 
メソッドの概要
static ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
           
static ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
           
static ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
           
static ComponentDeployer createServletContextComponentDeployer(ComponentDef cd)
           
static ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
           
static ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
           
static ComponentDeployerFactory.Provider getProvider()
           
static void setProvider(ComponentDeployerFactory.Provider p)
           
 
クラス 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-2007 The Seasar Foundation. All Rights Reserved.