org.seasar.framework.container.deployer
クラス ExternalComponentDeployerProvider
java.lang.Object
org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider
org.seasar.framework.container.deployer.ExternalComponentDeployerProvider
- すべての実装インタフェース:
- ComponentDeployerFactory.Provider
- public class ExternalComponentDeployerProvider
- extends ComponentDeployerFactory.DefaultProvider
ExternalContext
用のComponentDeployerFactory.Provider
です。
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalComponentDeployerProvider
public ExternalComponentDeployerProvider()
createRequestComponentDeployer
public ComponentDeployer createRequestComponentDeployer(ComponentDef cd)
- インタフェース
ComponentDeployerFactory.Provider
の記述:
- request用の
ComponentDeployer
を作成します。
- 定義:
- インタフェース
ComponentDeployerFactory.Provider
内の createRequestComponentDeployer
- オーバーライド:
- クラス
ComponentDeployerFactory.DefaultProvider
内の createRequestComponentDeployer
createSessionComponentDeployer
public ComponentDeployer createSessionComponentDeployer(ComponentDef cd)
- インタフェース
ComponentDeployerFactory.Provider
の記述:
- session用の
ComponentDeployer
を作成します。
- 定義:
- インタフェース
ComponentDeployerFactory.Provider
内の createSessionComponentDeployer
- オーバーライド:
- クラス
ComponentDeployerFactory.DefaultProvider
内の createSessionComponentDeployer
createApplicationComponentDeployer
public ComponentDeployer createApplicationComponentDeployer(ComponentDef cd)
- インタフェース
ComponentDeployerFactory.Provider
の記述:
- application用の
ComponentDeployer
を作成します。
- 定義:
- インタフェース
ComponentDeployerFactory.Provider
内の createApplicationComponentDeployer
- オーバーライド:
- クラス
ComponentDeployerFactory.DefaultProvider
内の createApplicationComponentDeployer
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.