public static class ComponentDeployerFactory.DefaultProvider extends Object implements ComponentDeployerFactory.Provider
ComponentDeployerFactory.Providerのデフォルト実装です。| コンストラクタと説明 |
|---|
DefaultProvider() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ComponentDeployer |
createApplicationComponentDeployer(ComponentDef cd)
application用の
ComponentDeployerを作成します。 |
ComponentDeployer |
createOuterComponentDeployer(ComponentDef cd)
outer用の
ComponentDeployerを作成します。 |
ComponentDeployer |
createPrototypeComponentDeployer(ComponentDef cd)
prototype用の
ComponentDeployerを作成します。 |
ComponentDeployer |
createRequestComponentDeployer(ComponentDef cd)
request用の
ComponentDeployerを作成します。 |
ComponentDeployer |
createSessionComponentDeployer(ComponentDef cd)
session用の
ComponentDeployerを作成します。 |
ComponentDeployer |
createSingletonComponentDeployer(ComponentDef cd)
singleton用の
ComponentDeployerを作成します。 |
public ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.ProviderComponentDeployerを作成します。createSingletonComponentDeployer インタフェース内 ComponentDeployerFactory.Providerpublic ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.ProviderComponentDeployerを作成します。createPrototypeComponentDeployer インタフェース内 ComponentDeployerFactory.Providerpublic ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.ProviderComponentDeployerを作成します。createRequestComponentDeployer インタフェース内 ComponentDeployerFactory.Providerpublic ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.ProviderComponentDeployerを作成します。createSessionComponentDeployer インタフェース内 ComponentDeployerFactory.Providerpublic ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.ProviderComponentDeployerを作成します。createApplicationComponentDeployer インタフェース内 ComponentDeployerFactory.Providerpublic ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.ProviderComponentDeployerを作成します。createOuterComponentDeployer インタフェース内 ComponentDeployerFactory.ProviderCopyright © 2015 The DBFlute Project. All rights reserved.