org.seasar.framework.container.deployer
インタフェース ComponentDeployerFactory.Provider

既知の実装クラスの一覧:
ComponentDeployerFactory.DefaultProvider
含まれているインタフェース:
ComponentDeployerFactory

public static interface ComponentDeployerFactory.Provider

ComponentDeployerFactoryをカスタマイズするためのインターフェースです。

作成者:
koichk

メソッドの概要
 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を作成します。
 

メソッドの詳細

createSingletonComponentDeployer

public ComponentDeployer createSingletonComponentDeployer(ComponentDef cd)
singleton用のComponentDeployerを作成します。

パラメータ:
cd -
戻り値:

createPrototypeComponentDeployer

public ComponentDeployer createPrototypeComponentDeployer(ComponentDef cd)
prototype用のComponentDeployerを作成します。

パラメータ:
cd -
戻り値:

createApplicationComponentDeployer

public ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
application用のComponentDeployerを作成します。

パラメータ:
cd -
戻り値:

createSessionComponentDeployer

public ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
session用のComponentDeployerを作成します。

パラメータ:
cd -
戻り値:

createRequestComponentDeployer

public ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
request用のComponentDeployerを作成します。

パラメータ:
cd -
戻り値:

createOuterComponentDeployer

public ComponentDeployer createOuterComponentDeployer(ComponentDef cd)
outer用のComponentDeployerを作成します。

パラメータ:
cd -
戻り値:


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.