java.lang.Object
com.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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Constants
public Constants()