feat2.config.type
クラス Scope
java.lang.Object
feat2.config.type.Scope
- public class Scope
- extends java.lang.Object
オブジェクトのスコープをあらわすクラス。
- 作成者:
- SUGIMOTO Ken-ichi
コンストラクタの概要 |
Scope(java.lang.String scopeName)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
isRequest
public boolean isRequest()
isUser
public boolean isUser()
isSession
public boolean isSession()
isApplication
public boolean isApplication()
getScope
public int getScope()