CLRA 0.1.2

com.clra.web
Class Constants

java.lang.Object
  |
  +--com.clra.web.Constants

public final class Constants
extends Object

Manifest constants for the CLRA application.

Version:
$Revision: 1.2 $ $Date: 2002/02/18 18:05:44 $

Field Summary
static String AUTHENTICATION_KEY
          The session scope attribute under which the Authentication object for the currently logged in user is stored.
static String PARTICIPANT_KEY
          The scope scope attribute under which the participant id is stored
static String ROWINGSESSION_KEY
          The scope scope attribute under which the rowing session id is stored
static String USER_KEY
          The session scope attribute under which the MemberView object for the currently logged in user is stored.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHENTICATION_KEY

public static final String AUTHENTICATION_KEY
The session scope attribute under which the Authentication object for the currently logged in user is stored.

ROWINGSESSION_KEY

public static final String ROWINGSESSION_KEY
The scope scope attribute under which the rowing session id is stored

PARTICIPANT_KEY

public static final String PARTICIPANT_KEY
The scope scope attribute under which the participant id is stored

USER_KEY

public static final String USER_KEY
The session scope attribute under which the MemberView object for the currently logged in user is stored.
Constructor Detail

Constants

public Constants()

CLRA 0.1.2