PageMixer demonstration with Struts

common
Interface SubscriptionFormConstants

All Superinterfaces:
CommonConstants
All Known Implementing Classes:
SubscriptionFormFilter

public interface SubscriptionFormConstants
extends CommonConstants

Constants to handle "SubscriptionForm" bean.


Field Summary
static java.lang.String CLASS_ACTION_CREATE
          "Class" attribute value of "Create" action specific block.
static java.lang.String CLASS_ACTION_DELETE
          "Class" attribute value of "Delete" action specific block.
static java.lang.String CLASS_ACTION_EDIT
          "Class" attribute value of "Edit" action specific block.
static java.lang.String CLASS_HOST
          "Class" attribute value of "host" insetting target.
static jp.ne.dti.lares.foozy.pagemixer.struts.FormKey KEY_FORM
          Key object to find SubscriptionForm bean.
static java.lang.String NAME_ACTION
          "Name" attribute value of "action" insetting target.
static java.lang.String NAME_AUTO_CONNECT
          "Name" attribute value of "autoConnect" insetting target.
static java.lang.String NAME_HOST
          "Name" attribute value of "host" insetting target.
static java.lang.String NAME_SUBSCRIPTION_FORM
          "Name" attribute vale of "form" tag for SubscriptionForm bean.
static java.lang.String NAME_TYPE
          "Name" attribute value of "type" 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_SUBSCRIPTION_FORM

public static final java.lang.String NAME_SUBSCRIPTION_FORM
"Name" attribute vale of "form" tag for SubscriptionForm 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_ACTION_DELETE

public static final java.lang.String CLASS_ACTION_DELETE
"Class" attribute value of "Delete" action specific block.

CLASS_HOST

public static final java.lang.String CLASS_HOST
"Class" attribute value of "host" insetting target.

NAME_ACTION

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

NAME_HOST

public static final java.lang.String NAME_HOST
"Name" attribute value of "host" insetting target.

NAME_USERNAME

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

NAME_TYPE

public static final java.lang.String NAME_TYPE
"Name" attribute value of "type" insetting target.

NAME_AUTO_CONNECT

public static final java.lang.String NAME_AUTO_CONNECT
"Name" attribute value of "autoConnect" insetting target.

KEY_FORM

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

PageMixer demonstration with Struts