|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.appfuse.Constants
Constant values for use in Servlets and JSPs.
| 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 |
public static final String DAO_TYPE
public static final String DAO_TYPE_HIBERNATE
public static final String JNDI_MAIL
public static final String DEFAULT_FROM
public static final String AUTH_URL
public static final String HTTP_PORT
public static final String HTTPS_PORT
public static final String SECURE_LOGIN
public static final String ENC_ALGORITHM
public static final String ENCRYPT_PASSWORD
public static final String FILE_SEP
public static final String USER_HOME
public static final String USER_KEY
public static final String USER_EDIT_KEY
public static final String USER_LIST
public static final String RESUME_KEY
public static final String USER_RESUMES
public static final String TEMPLATE_KEY
public static final String RESUME_SKILL_KEY
public static final String RESUME_SKILLS
public static final String EDUCATION_KEY
public static final String SCHOOLS
public static final String EXPERIENCE_KEY
public static final String EXPERIENCES
public static final String REFERENCE_KEY
public static final String REFERENCES
public static final String MEMBERSHIP_KEY
public static final String MEMBERSHIPS
public static final String SALARY_TYPES_LIST
public static final String TEMPLATE_LIST
public static final String WORK_STATUS_LIST
public static final String DEGREES
public static final String REGISTERED
public static final String ADMIN_ROLE
public static final String USER_ROLE
public static final String USER_ROLES
public static final String AVAILABLE_ROLES
public static final String LOGIN_COOKIE
public static final String CONFIG
| Constructor Detail |
public Constants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||