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)
public static ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
public static ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
public static ComponentDeployer createServletContextComponentDeployer(ComponentDef cd)
public static ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
public static ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
public static ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
Copyright © 2015–2019 The DBFlute Project. All rights reserved.