public class ExternalComponentDeployerProvider extends ComponentDeployerFactory.DefaultProvider
| コンストラクタと説明 |
|---|
ExternalComponentDeployerProvider() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ComponentDeployer |
createApplicationComponentDeployer(ComponentDef cd)
application用の
ComponentDeployerを作成します。 |
ComponentDeployer |
createRequestComponentDeployer(ComponentDef cd)
request用の
ComponentDeployerを作成します。 |
ComponentDeployer |
createSessionComponentDeployer(ComponentDef cd)
session用の
ComponentDeployerを作成します。 |
createOuterComponentDeployer, createPrototypeComponentDeployer, createSingletonComponentDeployerpublic ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.ProviderComponentDeployerを作成します。createRequestComponentDeployer インタフェース内 ComponentDeployerFactory.ProvidercreateRequestComponentDeployer クラス内 ComponentDeployerFactory.DefaultProviderpublic ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.ProviderComponentDeployerを作成します。createSessionComponentDeployer インタフェース内 ComponentDeployerFactory.ProvidercreateSessionComponentDeployer クラス内 ComponentDeployerFactory.DefaultProviderpublic ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
ComponentDeployerFactory.ProviderComponentDeployerを作成します。Copyright © 2015 The DBFlute Project. All rights reserved.