|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.context.symbol.source.ISymbolConstants
public class ISymbolConstants
Defines global constants for symbols
Provisional API - subject to change
Field Summary | |
---|---|
static int |
SYMBOL_SCOPE_ALL
All scopes |
static int |
SYMBOL_SCOPE_APPLICATION
Mask to indicate all application scope symbols for a particular context |
static java.lang.String |
SYMBOL_SCOPE_APPLICATION_STRING
the string representation for application scope |
static int |
SYMBOL_SCOPE_NONE
Mask to indicate all 'none' scope symbols for a particular context |
static java.lang.String |
SYMBOL_SCOPE_NONE_STRING
the string representation for none scope |
static int |
SYMBOL_SCOPE_REQUEST
Mask to indicate all request scope symbols for a particular context |
static java.lang.String |
SYMBOL_SCOPE_REQUEST_STRING
the string representation for request scope |
static int |
SYMBOL_SCOPE_SESSION
Mask to indicate all session scope symbols for a particular context |
static java.lang.String |
SYMBOL_SCOPE_SESSION_STRING
the string representation for session scope |
Constructor Summary | |
---|---|
ISymbolConstants()
|
Method Summary | |
---|---|
static int |
getMaskForString(java.lang.String scopeString)
|
static java.lang.String |
getStringForMask(int scopeMask)
|
static boolean |
isValid(int scope)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SYMBOL_SCOPE_REQUEST
public static final int SYMBOL_SCOPE_SESSION
public static final int SYMBOL_SCOPE_APPLICATION
public static final int SYMBOL_SCOPE_NONE
public static final int SYMBOL_SCOPE_ALL
public static final java.lang.String SYMBOL_SCOPE_REQUEST_STRING
public static final java.lang.String SYMBOL_SCOPE_SESSION_STRING
public static final java.lang.String SYMBOL_SCOPE_APPLICATION_STRING
public static final java.lang.String SYMBOL_SCOPE_NONE_STRING
Constructor Detail |
---|
public ISymbolConstants()
Method Detail |
---|
public static boolean isValid(int scope)
scope
-
public static java.lang.String getStringForMask(int scopeMask)
scopeMask
-
public static int getMaskForString(java.lang.String scopeString)
scopeString
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |