| パッケージ | 説明 |
|---|---|
| org.lastaflute.di.core.deployer | |
| org.lastaflute.di.core.meta | |
| org.lastaflute.di.core.meta.impl |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractComponentDeployer |
class |
ApplicationComponentDeployer
インスタンス属性がapplication用の
ComponentDeployerです。 |
class |
OuterComponentDeployer
outer用の
ComponentDeployerです。 |
class |
PrototypeComponentDeployer
prototype用の
ComponentDeployerです。 |
class |
RequestComponentDeployer
request用の
ComponentDeployerです。 |
class |
SessionComponentDeployer
session用の
ComponentDeployerです。 |
class |
SingletonComponentDeployer |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ComponentDeployer |
InstanceDef.createComponentDeployer(ComponentDef componentDef)
インスタンス定義に基づいた、コンポーネント定義
componentDefのComponentDeployerを返します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ComponentDeployer |
InstanceSingletonDef.createComponentDeployer(ComponentDef componentDef) |
ComponentDeployer |
InstanceSessionDef.createComponentDeployer(ComponentDef componentDef) |
ComponentDeployer |
InstanceRequestDef.createComponentDeployer(ComponentDef componentDef) |
ComponentDeployer |
InstancePrototypeDef.createComponentDeployer(ComponentDef componentDef) |
ComponentDeployer |
InstanceOuterDef.createComponentDeployer(ComponentDef componentDef) |
ComponentDeployer |
InstanceApplicationDef.createComponentDeployer(ComponentDef componentDef) |
ComponentDeployer |
ComponentDefImpl.getComponentDeployer() |
Copyright © 2015 The DBFlute Project. All rights reserved.