PageMixer demonstration with Struts

common
Interface LogonFormConstants

All Superinterfaces:
CommonConstants
All Known Implementing Classes:
LogonFormFilter

public interface LogonFormConstants
extends CommonConstants

Constants to handle "LogonForm" bean.


Field Summary
static jp.ne.dti.lares.foozy.pagemixer.struts.FormKey KEY_FORM
          Key object to find LogonForm bean.
static java.lang.String NAME_PASSWORD
          "Name" attribute value of "password" 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_USERNAME

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

NAME_PASSWORD

public static final java.lang.String NAME_PASSWORD
"Name" attribute value of "password" insetting target.

KEY_FORM

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

PageMixer demonstration with Struts