public static interface ComponentDeployerFactory.Provider
ComponentDeployerFactoryをカスタマイズするためのインターフェースです。| 修飾子とタイプ | メソッドと説明 |
|---|---|
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を作成します。 |
ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
ComponentDeployerを作成します。cd - ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
ComponentDeployerを作成します。cd - ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
ComponentDeployerを作成します。cd - ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
ComponentDeployerを作成します。cd - ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
ComponentDeployerを作成します。cd - ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
ComponentDeployerを作成します。cd - Copyright © 2015 The DBFlute Project. All rights reserved.