public class ComponentDeployerFactory extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
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) |
public static ComponentDeployerFactory.Provider getProvider()
public static void setProvider(ComponentDeployerFactory.Provider p)
p - public static ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
cd - public static ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
cd - public static ComponentDeployer createServletContextComponentDeployer(ComponentDef cd)
cd - public static ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
cd - public static ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
cd - public static ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
cd - Copyright © 2015 The DBFlute Project. All rights reserved.