feat2.config.type
クラス Scope

java.lang.Object
  拡張feat2.config.type.Scope

public class Scope
extends java.lang.Object

オブジェクトのスコープをあらわすクラス。

作成者:
SUGIMOTO Ken-ichi

フィールドの概要
static int APPLICATION
           
static int LOCAL
           
static int REQUEST
           
static int SESSION
           
static int USER
           
 
コンストラクタの概要
Scope(java.lang.String scopeName)
           
 
メソッドの概要
 int getScope()
           
 boolean isApplication()
           
 boolean isLocal()
           
 boolean isRequest()
           
 boolean isSession()
           
 boolean isUser()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

LOCAL

public static final int LOCAL
関連項目:
定数フィールド値

REQUEST

public static final int REQUEST
関連項目:
定数フィールド値

USER

public static final int USER
関連項目:
定数フィールド値

SESSION

public static final int SESSION
関連項目:
定数フィールド値

APPLICATION

public static final int APPLICATION
関連項目:
定数フィールド値
コンストラクタの詳細

Scope

public Scope(java.lang.String scopeName)
      throws java.lang.IllegalArgumentException
メソッドの詳細

isLocal

public boolean isLocal()

isRequest

public boolean isRequest()

isUser

public boolean isUser()

isSession

public boolean isSession()

isApplication

public boolean isApplication()

getScope

public int getScope()