org.appfuse
Class Constants

java.lang.Object
  extended byorg.appfuse.Constants

public final class Constants
extends Object

Constant values for use in Servlets and JSPs.

View Source

Version:
$Revision: 1.1 $ $Date: 2004/03/31 13:04:33 $
Author:
Matt Raible

Field Summary
static String ADMIN_ROLE
          The name of the Administrator role, as specified in web.xml
static String AUTH_URL
          Application scoped attribute for authentication url
static String AVAILABLE_ROLES
          The name of the available roles list, a request-scoped attribute when adding/editing a user.
static String CONFIG
          The name of the configuration hashmap stored in application scope.
static String DAO_TYPE
          The application scoped attribute for persistence engine and class that implements it
static String DAO_TYPE_HIBERNATE
           
static String DEFAULT_FROM
          Default from address for e-mail messages.
static String DEGREES
          The application scope attribute that holds the values for the degrees drop-down.
static String EDUCATION_KEY
          The request scope attribute under which a education form is stored
static String ENC_ALGORITHM
          The encryption algorithm key to be used for passwords
static String ENCRYPT_PASSWORD
          A flag to indicate if passwords should be encrypted
static String EXPERIENCE_KEY
          The request scope attribute under which a resume skill form is stored
static String EXPERIENCES
          The request scope attribute that holds the experiences list
static String FILE_SEP
          File separator from System properties
static String HTTP_PORT
          Application scoped attributes for SSL Switching
static String HTTPS_PORT
           
static String JNDI_MAIL
          JNDI Name of Mail Session.
static String LOGIN_COOKIE
          Name of cookie for "Remember Me" functionality.
static String MEMBERSHIP_KEY
          The request scope attribute under which a membership form is stored
static String MEMBERSHIPS
          The request scope attribute that holds the resume skill list
static String REFERENCE_KEY
          The request scope attribute under which a reference form is stored
static String REFERENCES
          The request scope attribute that holds the references list
static String REGISTERED
          The request scope attribute for indicating a newly-registered user
static String RESUME_KEY
          The request scope attribute for storing a resume
static String RESUME_SKILL_KEY
          The request scope attribute under which a resume skill form is stored
static String RESUME_SKILLS
          The request scope attribute that holds the resume skill list
static String SALARY_TYPES_LIST
          The application scope attribute that holds the values for the salaryTypes list (used in a drop-down).
static String SCHOOLS
          The request scope attribute that holds the schools list
static String SECURE_LOGIN
          The application scoped attribute for indicating a secure login
static String TEMPLATE_KEY
          The request scope attribute under which a template form is stored
static String TEMPLATE_LIST
          The application scope attribute that holds the values for the templates list (used in a drop-down).
static String USER_EDIT_KEY
          The request scope attribute under which an editable user form is stored
static String USER_HOME
          User home from System properties
static String USER_KEY
          The session scope attribute under which the User object for the currently logged in user is stored.
static String USER_LIST
          The request scope attribute that holds the user list
static String USER_RESUMES
          The request scope attribute for storing an list of a user's resumes
static String USER_ROLE
          The name of the User role, as specified in web.xml
static String USER_ROLES
          The name of the user's role list, a request-scoped attribute when adding/editing a user.
static String WORK_STATUS_LIST
          The application scope attribute that holds the values for the work status list (used as radio buttons).
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DAO_TYPE

public static final String DAO_TYPE
The application scoped attribute for persistence engine and class that implements it

See Also:
Constant Field Values

DAO_TYPE_HIBERNATE

public static final String DAO_TYPE_HIBERNATE
See Also:
Constant Field Values

JNDI_MAIL

public static final String JNDI_MAIL
JNDI Name of Mail Session. As configured in the appserver.

See Also:
Constant Field Values

DEFAULT_FROM

public static final String DEFAULT_FROM
Default from address for e-mail messages. You should change this to an e-mail address that your users can reply to.

See Also:
Constant Field Values

AUTH_URL

public static final String AUTH_URL
Application scoped attribute for authentication url

See Also:
Constant Field Values

HTTP_PORT

public static final String HTTP_PORT
Application scoped attributes for SSL Switching

See Also:
Constant Field Values

HTTPS_PORT

public static final String HTTPS_PORT
See Also:
Constant Field Values

SECURE_LOGIN

public static final String SECURE_LOGIN
The application scoped attribute for indicating a secure login

See Also:
Constant Field Values

ENC_ALGORITHM

public static final String ENC_ALGORITHM
The encryption algorithm key to be used for passwords

See Also:
Constant Field Values

ENCRYPT_PASSWORD

public static final String ENCRYPT_PASSWORD
A flag to indicate if passwords should be encrypted

See Also:
Constant Field Values

FILE_SEP

public static final String FILE_SEP
File separator from System properties


USER_HOME

public static final String USER_HOME
User home from System properties


USER_KEY

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

See Also:
Constant Field Values

USER_EDIT_KEY

public static final String USER_EDIT_KEY
The request scope attribute under which an editable user form is stored

See Also:
Constant Field Values

USER_LIST

public static final String USER_LIST
The request scope attribute that holds the user list

See Also:
Constant Field Values

RESUME_KEY

public static final String RESUME_KEY
The request scope attribute for storing a resume

See Also:
Constant Field Values

USER_RESUMES

public static final String USER_RESUMES
The request scope attribute for storing an list of a user's resumes

See Also:
Constant Field Values

TEMPLATE_KEY

public static final String TEMPLATE_KEY
The request scope attribute under which a template form is stored

See Also:
Constant Field Values

RESUME_SKILL_KEY

public static final String RESUME_SKILL_KEY
The request scope attribute under which a resume skill form is stored

See Also:
Constant Field Values

RESUME_SKILLS

public static final String RESUME_SKILLS
The request scope attribute that holds the resume skill list

See Also:
Constant Field Values

EDUCATION_KEY

public static final String EDUCATION_KEY
The request scope attribute under which a education form is stored

See Also:
Constant Field Values

SCHOOLS

public static final String SCHOOLS
The request scope attribute that holds the schools list

See Also:
Constant Field Values

EXPERIENCE_KEY

public static final String EXPERIENCE_KEY
The request scope attribute under which a resume skill form is stored

See Also:
Constant Field Values

EXPERIENCES

public static final String EXPERIENCES
The request scope attribute that holds the experiences list

See Also:
Constant Field Values

REFERENCE_KEY

public static final String REFERENCE_KEY
The request scope attribute under which a reference form is stored

See Also:
Constant Field Values

REFERENCES

public static final String REFERENCES
The request scope attribute that holds the references list

See Also:
Constant Field Values

MEMBERSHIP_KEY

public static final String MEMBERSHIP_KEY
The request scope attribute under which a membership form is stored

See Also:
Constant Field Values

MEMBERSHIPS

public static final String MEMBERSHIPS
The request scope attribute that holds the resume skill list

See Also:
Constant Field Values

SALARY_TYPES_LIST

public static final String SALARY_TYPES_LIST
The application scope attribute that holds the values for the salaryTypes list (used in a drop-down).

See Also:
Constant Field Values

TEMPLATE_LIST

public static final String TEMPLATE_LIST
The application scope attribute that holds the values for the templates list (used in a drop-down).

See Also:
Constant Field Values

WORK_STATUS_LIST

public static final String WORK_STATUS_LIST
The application scope attribute that holds the values for the work status list (used as radio buttons).

See Also:
Constant Field Values

DEGREES

public static final String DEGREES
The application scope attribute that holds the values for the degrees drop-down.

See Also:
Constant Field Values

REGISTERED

public static final String REGISTERED
The request scope attribute for indicating a newly-registered user

See Also:
Constant Field Values

ADMIN_ROLE

public static final String ADMIN_ROLE
The name of the Administrator role, as specified in web.xml

See Also:
Constant Field Values

USER_ROLE

public static final String USER_ROLE
The name of the User role, as specified in web.xml

See Also:
Constant Field Values

USER_ROLES

public static final String USER_ROLES
The name of the user's role list, a request-scoped attribute when adding/editing a user.

See Also:
Constant Field Values

AVAILABLE_ROLES

public static final String AVAILABLE_ROLES
The name of the available roles list, a request-scoped attribute when adding/editing a user.

See Also:
Constant Field Values

LOGIN_COOKIE

public static final String LOGIN_COOKIE
Name of cookie for "Remember Me" functionality.

See Also:
Constant Field Values

CONFIG

public static final String CONFIG
The name of the configuration hashmap stored in application scope.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2002-2004