Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.clra.web
Class Constants  view Constants download Constants.java

java.lang.Object
  extended bycom.clra.web.Constants

public final class Constants
extends java.lang.Object

Manifest constants for the CLRA application.

Version:
$Revision: 1.4 $ $Date: 2003/02/26 03:38:46 $

Field Summary
static java.lang.String AUTHENTICATION_KEY
          The session scope attribute under which the Authentication object for the currently logged in user is stored.
static java.lang.String PARTICIPANT_KEY
          The scope scope attribute under which the participant id is stored
static java.lang.String ROWINGSESSION_KEY
          The scope scope attribute under which the rowing session id is stored
static java.lang.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 java.lang.String AUTHENTICATION_KEY
The session scope attribute under which the Authentication object for the currently logged in user is stored.

See Also:
Constant Field Values

ROWINGSESSION_KEY

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

See Also:
Constant Field Values

PARTICIPANT_KEY

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

See Also:
Constant Field Values

USER_KEY

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

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()