PageMixer demonstration with Struts

common
Interface RegistrationFormConstants

All Superinterfaces:
CommonConstants
All Known Implementing Classes:
RegistrationFormFilter

public interface RegistrationFormConstants
extends CommonConstants

Constants to handle "RegistrationForm" bean.


Field Summary
static java.lang.String CLASS_ACTION_CREATE
          "Class" attribute value of "Create" action specific block.
static java.lang.String CLASS_ACTION_EDIT
          "Class" attribute value of "Edit" action specific block.
static java.lang.String CLASS_SUBSCRIPTION
          "Class" attribute value of "subscription" creation link.
static java.lang.String CLASS_USERNAME
          "Class" attribute value of "username" insetting target.
static jp.ne.dti.lares.foozy.pagemixer.struts.FormKey KEY_FORM
          Key object to find RegistrationForm bean.
static java.lang.String NAME_ACTION
          "Name" attribute value of "action" insetting target.
static java.lang.String NAME_FROM_ADDRESS
          "Name" attribute value of "fromAddress" insetting target.
static java.lang.String NAME_FULL_NAME
          "Name" attribute value of "fullName" insetting target.
static java.lang.String NAME_REGISTRATION_FORM
          "Name" attribute vale of "form" tag for RegistrationForm bean.
static java.lang.String NAME_REPLY_TO_ADDRESS
          "Name" attribute value of "replyToAddress" insetting target.
static java.lang.String NAME_USERNAME
          "Name" attribute value of "username" insetting target.
 
Fields inherited from interface common.CommonConstants
CLASS_STRUTS_ACTION
 

Field Detail

NAME_REGISTRATION_FORM

public static final java.lang.String NAME_REGISTRATION_FORM
"Name" attribute vale of "form" tag for RegistrationForm bean.

CLASS_ACTION_CREATE

public static final java.lang.String CLASS_ACTION_CREATE
"Class" attribute value of "Create" action specific block.

CLASS_ACTION_EDIT

public static final java.lang.String CLASS_ACTION_EDIT
"Class" attribute value of "Edit" action specific block.

CLASS_SUBSCRIPTION

public static final java.lang.String CLASS_SUBSCRIPTION
"Class" attribute value of "subscription" creation link.

This identifies "a" tag which leads user to new "subscription" creation page.


CLASS_USERNAME

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

NAME_ACTION

public static final java.lang.String NAME_ACTION
"Name" attribute value of "action" insetting target.

NAME_USERNAME

public static final java.lang.String NAME_USERNAME
"Name" attribute value of "username" insetting target.

NAME_FULL_NAME

public static final java.lang.String NAME_FULL_NAME
"Name" attribute value of "fullName" insetting target.

NAME_FROM_ADDRESS

public static final java.lang.String NAME_FROM_ADDRESS
"Name" attribute value of "fromAddress" insetting target.

NAME_REPLY_TO_ADDRESS

public static final java.lang.String NAME_REPLY_TO_ADDRESS
"Name" attribute value of "replyToAddress" insetting target.

KEY_FORM

public static final jp.ne.dti.lares.foozy.pagemixer.struts.FormKey KEY_FORM
Key object to find RegistrationForm bean.

PageMixer demonstration with Struts