org.seasar.framework.container.deployer
インタフェース ComponentDeployerFactory.Provider

既知の実装クラスの一覧:
ComponentDeployerFactory.DefaultProvider
含まれているインタフェース:
ComponentDeployerFactory

public static interface ComponentDeployerFactory.Provider


メソッドの概要
 ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
           
 ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
           
 

メソッドの詳細

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.