magoffin.matt.ma2.web.util
Class WebConstants

java.lang.Object
  extended by magoffin.matt.xweb.util.XwebConstants
      extended by magoffin.matt.ma2.web.util.WebConstants

public final class WebConstants
extends magoffin.matt.xweb.util.XwebConstants

Constants to share in the web world.

Version:
$Revision: 43 $ $Date: 2007-10-21 11:10:01 +1300 (Sun, 21 Oct 2007) $
Author:
Matt Magoffin (spamsqr@msqr.us)

Field Summary
static java.lang.String IGNORE_ERRORS
          Ignore errors.
static java.lang.String REQ_KEY_SAVE_SAVED_URL
          Save URL key.
static java.lang.String SES_KEY_USER_SESSION_DATA
          User session data.
static java.lang.String SES_KEY_VIEWED_MEDIA_ITEMS
          Session key for viewed MediaItem ID set.
static java.lang.String SES_KEY_WORK_TICKETS
          Session key for user's work tickets set.
 
Fields inherited from class magoffin.matt.xweb.util.XwebConstants
ALERT_MESSAGES_OBJECT, APP_KEY_APP_CONTEXT, DEFALUT_MODEL_OBJECT, DEFALUT_REFERENCE_DATA_OBJECT, REQUEST_CONTEXT_OBJECT, SES_KEY_SAVED_MESSAGE, SES_KEY_SAVED_URL
 
Constructor Summary
WebConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IGNORE_ERRORS

public static final java.lang.String IGNORE_ERRORS
Ignore errors.

See Also:
Constant Field Values

REQ_KEY_SAVE_SAVED_URL

public static final java.lang.String REQ_KEY_SAVE_SAVED_URL
Save URL key.

See Also:
Constant Field Values

SES_KEY_USER_SESSION_DATA

public static final java.lang.String SES_KEY_USER_SESSION_DATA
User session data.

See Also:
Constant Field Values

SES_KEY_VIEWED_MEDIA_ITEMS

public static final java.lang.String SES_KEY_VIEWED_MEDIA_ITEMS
Session key for viewed MediaItem ID set.

See Also:
Constant Field Values

SES_KEY_WORK_TICKETS

public static final java.lang.String SES_KEY_WORK_TICKETS
Session key for user's work tickets set.

See Also:
Constant Field Values
Constructor Detail

WebConstants

public WebConstants()