org.seasar.framework.container.deployer
クラス InstanceSessionDef

java.lang.Object
  拡張org.seasar.framework.container.deployer.AbstractInstanceDef
      拡張org.seasar.framework.container.deployer.InstanceSessionDef
すべての実装インタフェース:
InstanceDef

public class InstanceSessionDef
extends AbstractInstanceDef

session用のInstanceDefです。

作成者:
higa

フィールドの概要
 
インタフェース org.seasar.framework.container.InstanceDef から継承したフィールド
APPLICATION_NAME, OUTER_NAME, PROTOTYPE_NAME, REQUEST_NAME, SESSION_NAME, SINGLETON_NAME
 
コンストラクタの概要
protected InstanceSessionDef(String name)
           
 
メソッドの概要
 ComponentDeployer createComponentDeployer(ComponentDef componentDef)
          インスタンス定義に基づいた、コンポーネント定義componentDefComponentDeployerを返します。
 
クラス org.seasar.framework.container.deployer.AbstractInstanceDef から継承したメソッド
equals, getName, hashCode
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InstanceSessionDef

protected InstanceSessionDef(String name)
メソッドの詳細

createComponentDeployer

public ComponentDeployer createComponentDeployer(ComponentDef componentDef)
インタフェース InstanceDef の記述:
インスタンス定義に基づいた、コンポーネント定義componentDefComponentDeployerを返します。

パラメータ:
componentDef - コンポーネント定義
戻り値:
ComponentDeployerオブジェクト


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