PageMixer demonstration with Struts

common
Interface UserConstants

All Superinterfaces:
CommonConstants
All Known Implementing Classes:
UserFilter

public interface UserConstants
extends CommonConstants

Constants to handle "User" bean.


Field Summary
static java.lang.String CLASS_FROM_ADDRESS
          "Class" attribute value of "fromAddress" insetting target.
static java.lang.String CLASS_FULL_NAME
          "Class" attribute value of "fullName" insetting target.
static java.lang.String CLASS_REPLY_TO_ADDRESS
          "Class" attribute value of "replyToAddress" insetting target.
static java.lang.String CLASS_SUBSCRIPTIONS
          "Class" attribute value of "subscriptions" insetting target.
static java.lang.String CLASS_USERNAME
          "Class" attribute value of "username" insetting target.
static java.lang.Object KEY_USER
          Key object to find User bean.
static java.lang.String NAME_KEY_USER
          Name of key object to find User bean.
 
Fields inherited from interface common.CommonConstants
CLASS_STRUTS_ACTION
 

Field Detail

CLASS_FROM_ADDRESS

public static final java.lang.String CLASS_FROM_ADDRESS
"Class" attribute value of "fromAddress" insetting target.

CLASS_FULL_NAME

public static final java.lang.String CLASS_FULL_NAME
"Class" attribute value of "fullName" insetting target.

CLASS_REPLY_TO_ADDRESS

public static final java.lang.String CLASS_REPLY_TO_ADDRESS
"Class" attribute value of "replyToAddress" insetting target.

CLASS_USERNAME

public static final java.lang.String CLASS_USERNAME
"Class" attribute value of "username" insetting target.

CLASS_SUBSCRIPTIONS

public static final java.lang.String CLASS_SUBSCRIPTIONS
"Class" attribute value of "subscriptions" insetting target.

NAME_KEY_USER

public static final java.lang.String NAME_KEY_USER
Name of key object to find User bean.

KEY_USER

public static final java.lang.Object KEY_USER
Key object to find User bean.

PageMixer demonstration with Struts