org.apache.shale.faces
Class ShaleConstants

java.lang.Object
  extended by org.apache.shale.faces.ShaleConstants

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.

$Id: ShaleConstants.java 464373 2006-10-16 04:21:54Z rahul $


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

TAG_UTILITY_BEAN

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.

See Also:
Constant Field Values

TOKEN_PROCESSOR

public static final String TOKEN_PROCESSOR

Appication scope attribute key under which the TokenProcessor instance for this application is stored.

See Also:
Constant Field Values

TOKENS

public static final String TOKENS

Session scope attribute key under which we keep a Set containing the valid transaction tokens for this session.

See Also:
Constant Field Values


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.