PageMixer demonstration with Struts

common
Interface SubscriptionConstants

All Known Implementing Classes:
SubscriptionFilter

public interface SubscriptionConstants

Constants to handle "Subscription" bean.


Field Summary
static java.lang.String CLASS_AUTO_CONNECT
          "Class" attribute value of "autoConnect" insetting target.
static java.lang.String CLASS_DELETE
          "Class" attribute value of "Delete" action specific token.
static java.lang.String CLASS_EDIT
          "Class" attribute value of "Edit" action specific token.
static java.lang.String CLASS_HOST
          "Class" attribute value of "host" insetting target.
static java.lang.String CLASS_SUBSCRIPTIONS
           
static java.lang.String CLASS_TYPE
          "Class" attribute value of "type" insetting target.
static java.lang.String CLASS_USERNAME
          "Class" attribute value of "username" insetting target.
static java.lang.Object KEY_SUBSCRIPTION
          Key object to find Subscription bean.
static java.lang.Object KEY_USER
          Key object to find User bean.
 

Field Detail

CLASS_SUBSCRIPTIONS

public static final java.lang.String CLASS_SUBSCRIPTIONS

CLASS_HOST

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

CLASS_USERNAME

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

CLASS_TYPE

public static final java.lang.String CLASS_TYPE
"Class" attribute value of "type" insetting target.

CLASS_AUTO_CONNECT

public static final java.lang.String CLASS_AUTO_CONNECT
"Class" attribute value of "autoConnect" insetting target.

CLASS_DELETE

public static final java.lang.String CLASS_DELETE
"Class" attribute value of "Delete" action specific token.

CLASS_EDIT

public static final java.lang.String CLASS_EDIT
"Class" attribute value of "Edit" action specific token.

KEY_SUBSCRIPTION

public static final java.lang.Object KEY_SUBSCRIPTION
Key object to find Subscription bean.

KEY_USER

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

PageMixer demonstration with Struts