public final class ShaleConstants extends Object
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.
Modifier and Type | Field and Description |
---|---|
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. |
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.
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.