ComponentDeployer を返す org.seasar.framework.container.deployer のメソッド |
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 |
ExternalComponentDeployerProvider.createRequestComponentDeployer(ComponentDef cd)
|
ComponentDeployer |
ExternalComponentDeployerProvider.createSessionComponentDeployer(ComponentDef cd)
|
ComponentDeployer |
ExternalComponentDeployerProvider.createApplicationComponentDeployer(ComponentDef cd)
|
static ComponentDeployer |
ComponentDeployerFactory.createSingletonComponentDeployer(ComponentDef cd)
singleton用のComponentDeployer を作成します。 |
static ComponentDeployer |
ComponentDeployerFactory.createPrototypeComponentDeployer(ComponentDef cd)
prototype用のComponentDeployer を作成します。 |
static ComponentDeployer |
ComponentDeployerFactory.createServletContextComponentDeployer(ComponentDef cd)
application(serlvetContext)用のComponentDeployer を作成します。 |
static ComponentDeployer |
ComponentDeployerFactory.createSessionComponentDeployer(ComponentDef cd)
session用のComponentDeployer を作成します。 |
static ComponentDeployer |
ComponentDeployerFactory.createRequestComponentDeployer(ComponentDef cd)
request用のComponentDeployer を作成します。 |
static ComponentDeployer |
ComponentDeployerFactory.createOuterComponentDeployer(ComponentDef cd)
outer用のComponentDeployer を作成します。 |
ComponentDeployer |
ComponentDeployerFactory.Provider.createSingletonComponentDeployer(ComponentDef cd)
singleton用のComponentDeployer を作成します。 |
ComponentDeployer |
ComponentDeployerFactory.Provider.createPrototypeComponentDeployer(ComponentDef cd)
prototype用のComponentDeployer を作成します。 |
ComponentDeployer |
ComponentDeployerFactory.Provider.createApplicationComponentDeployer(ComponentDef cd)
application用のComponentDeployer を作成します。 |
ComponentDeployer |
ComponentDeployerFactory.Provider.createSessionComponentDeployer(ComponentDef cd)
session用のComponentDeployer を作成します。 |
ComponentDeployer |
ComponentDeployerFactory.Provider.createRequestComponentDeployer(ComponentDef cd)
request用のComponentDeployer を作成します。 |
ComponentDeployer |
ComponentDeployerFactory.Provider.createOuterComponentDeployer(ComponentDef cd)
outer用のComponentDeployer を作成します。 |
ComponentDeployer |
ComponentDeployerFactory.DefaultProvider.createSingletonComponentDeployer(ComponentDef cd)
|
ComponentDeployer |
ComponentDeployerFactory.DefaultProvider.createPrototypeComponentDeployer(ComponentDef cd)
|
ComponentDeployer |
ComponentDeployerFactory.DefaultProvider.createRequestComponentDeployer(ComponentDef cd)
|
ComponentDeployer |
ComponentDeployerFactory.DefaultProvider.createSessionComponentDeployer(ComponentDef cd)
|
ComponentDeployer |
ComponentDeployerFactory.DefaultProvider.createApplicationComponentDeployer(ComponentDef cd)
|
ComponentDeployer |
ComponentDeployerFactory.DefaultProvider.createOuterComponentDeployer(ComponentDef cd)
|