org.strutsme.wishlist.common
Class WlCommonConstants

java.lang.Object
  extended by org.strutsme.wishlist.common.WlCommonConstants

public final class WlCommonConstants
extends java.lang.Object

ActionKey for the Flowcontrol.

Author:
lbusmann

Field Summary
static java.lang.String ACTION_DELETE_WISH
          key for the deleteWishAction.
static java.lang.String ACTION_EXTENSION
          determines the postfix of an action.
static java.lang.String ACTION_FIRSTLOGIN
          key for the firstLoginAction.
static java.lang.String ACTION_LIST_WISHES
          key for the listWishesAction.
static java.lang.String ACTION_LOGIN
          key for the loginAction.
static java.lang.String ACTION_LOGOUT
          key for the LogoutAction.
static java.lang.String ACTION_SAVE_WISH
          key for the saveWishAction.
static java.lang.String ACTION_VIEW_WISH
          key for the viewWishAction.
static java.lang.String ACTION_WISH_DELETE_WISH
          key for the deleteWishAction.
static java.lang.String ACTION_WISH_LIST_WISH
          key for the listWishesAction.
static java.lang.String ACTION_WISH_SAVE_WISH
          key for the saveWishAction.
static java.lang.String ACTION_WISH_VIEW_WISH
          key for the viewWishAction.
static java.lang.String FORM_ATTRIBUTE_AUTHOR
          the name of the author attribute in the form.
static java.lang.String FORM_ATTRIBUTE_ELEMENT
          the name of the element in the form.
static java.lang.String FORM_ATTRIBUTE_LIST_ELEMENTS
          the name of the element list in the form.
static java.lang.String PARAM_BODY
          The name of the parameter which contains the body.
static java.lang.String PARAM_SUBJECT
          The name of the parameter which contains the subject.
static java.lang.String PARAM_WISH
          requestKeyname of a wish.
static java.lang.String PARAM_WISH_ID
          requestKeyname of a wishId.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_LIST_WISHES

public static final java.lang.String ACTION_LIST_WISHES
key for the listWishesAction.

See Also:
Constant Field Values

ACTION_VIEW_WISH

public static final java.lang.String ACTION_VIEW_WISH
key for the viewWishAction.

See Also:
Constant Field Values

ACTION_SAVE_WISH

public static final java.lang.String ACTION_SAVE_WISH
key for the saveWishAction.

See Also:
Constant Field Values

ACTION_DELETE_WISH

public static final java.lang.String ACTION_DELETE_WISH
key for the deleteWishAction.

See Also:
Constant Field Values

ACTION_WISH_LIST_WISH

public static final java.lang.String ACTION_WISH_LIST_WISH
key for the listWishesAction.

See Also:
Constant Field Values

ACTION_WISH_VIEW_WISH

public static final java.lang.String ACTION_WISH_VIEW_WISH
key for the viewWishAction.

See Also:
Constant Field Values

ACTION_WISH_SAVE_WISH

public static final java.lang.String ACTION_WISH_SAVE_WISH
key for the saveWishAction.

See Also:
Constant Field Values

ACTION_WISH_DELETE_WISH

public static final java.lang.String ACTION_WISH_DELETE_WISH
key for the deleteWishAction.

See Also:
Constant Field Values

ACTION_FIRSTLOGIN

public static final java.lang.String ACTION_FIRSTLOGIN
key for the firstLoginAction.

See Also:
Constant Field Values

ACTION_LOGIN

public static final java.lang.String ACTION_LOGIN
key for the loginAction.

See Also:
Constant Field Values

ACTION_LOGOUT

public static final java.lang.String ACTION_LOGOUT
key for the LogoutAction.

See Also:
Constant Field Values

PARAM_WISH_ID

public static final java.lang.String PARAM_WISH_ID
requestKeyname of a wishId.

See Also:
Constant Field Values

PARAM_WISH

public static final java.lang.String PARAM_WISH
requestKeyname of a wish.

See Also:
Constant Field Values

ACTION_EXTENSION

public static final java.lang.String ACTION_EXTENSION
determines the postfix of an action.

See Also:
Constant Field Values

FORM_ATTRIBUTE_LIST_ELEMENTS

public static final java.lang.String FORM_ATTRIBUTE_LIST_ELEMENTS
the name of the element list in the form.

See Also:
Constant Field Values

FORM_ATTRIBUTE_ELEMENT

public static final java.lang.String FORM_ATTRIBUTE_ELEMENT
the name of the element in the form.

See Also:
Constant Field Values

FORM_ATTRIBUTE_AUTHOR

public static final java.lang.String FORM_ATTRIBUTE_AUTHOR
the name of the author attribute in the form.

See Also:
Constant Field Values

PARAM_SUBJECT

public static final java.lang.String PARAM_SUBJECT
The name of the parameter which contains the subject.

See Also:
Constant Field Values

PARAM_BODY

public static final java.lang.String PARAM_BODY
The name of the parameter which contains the body.

See Also:
Constant Field Values