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

java.lang.Object
  拡張org.seasar.framework.container.deployer.InstanceDefFactory

public class InstanceDefFactory
extends Object


フィールドの概要
static InstanceDef APPLICATION
           
static InstanceDef OUTER
           
static InstanceDef PROTOTYPE
           
static InstanceDef REQUEST
           
static InstanceDef SESSION
           
static InstanceDef SINGLETON
           
 
コンストラクタの概要
protected InstanceDefFactory()
           
 
メソッドの概要
static void addInstanceDef(InstanceDef instanceDef)
           
static boolean existInstanceDef(String name)
           
static InstanceDef getInstanceDef(String name)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SINGLETON

public static final InstanceDef SINGLETON

PROTOTYPE

public static final InstanceDef PROTOTYPE

APPLICATION

public static final InstanceDef APPLICATION

SESSION

public static final InstanceDef SESSION

REQUEST

public static final InstanceDef REQUEST

OUTER

public static final InstanceDef OUTER
コンストラクタの詳細

InstanceDefFactory

protected InstanceDefFactory()
メソッドの詳細

addInstanceDef

public static void addInstanceDef(InstanceDef instanceDef)

existInstanceDef

public static boolean existInstanceDef(String name)

getInstanceDef

public static InstanceDef getInstanceDef(String name)


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