|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.faces.ShaleConstants
public final class ShaleConstants
ShaleConstants
are manifest constants defining global identifiers shared across
the internal implementation of the controller. These constants
need not be referenced by applications built on the framework.
Field Summary | |
---|---|
static String |
TAG_UTILITY_BEAN
Application scope attribute that's an instance of org.apache.shale.util.Tags . |
static String |
TOKEN_PROCESSOR
Appication scope attribute key under which the TokenProcessor instance for this application is stored. |
static String |
TOKENS
Session scope attribute key under which we keep a Set
containing the valid transaction tokens for this session. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TAG_UTILITY_BEAN
Application scope attribute that's an instance of
org.apache.shale.util.Tags
. This managed
bean is defined in faces-config.xml
and
is used by custom tags.
public static final String TOKEN_PROCESSOR
Appication scope attribute key under which the
TokenProcessor
instance for this application is stored.
public static final String TOKENS
Session scope attribute key under which we keep a Set
containing the valid transaction tokens for this session.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |