|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.ExpressoConstants
Expresso constants are defined in this class to bring the framework into line with current best practice. Constants are defined in�this class to allow other packages/classes to globally access one common class.
com.jcorporate.expresso.core.controller| Field Summary | |
static String |
ACCESS_DENIED_FORWARD
The name of an ActionForward that specifies the
access denied view |
static String |
APPLICATION_LOGON_FORWARD
The name of an ActionForward that specifies the
login page |
static String |
APPLICATION_LOGOUT_FORWARD
The name of an ActionForward that specifies the
logout page |
static String |
CONTROLLER_KEY
The name of the JSP scope attribute that specifies the Expresso Controller |
static String |
CONTROLLER_ORIGINAL_URL_KEY
The name of the JSP scope attribute that contains the controller's original URL |
static String |
CONTROLLER_REQUEST_KEY
The name of the JSP scope attribute that contains the controller request |
static String |
CONTROLLER_RESPONSE_KEY
The name of the JSP scope attribute that contains the controller response |
static String |
ERROR_FORWARD
The name of an ActionForward that specifies the
error page view |
static String |
FAILURE_FORWARD
The name of an ActionForward that denotes
failure of operations |
static String |
HOME_FORWARD
The name of an ActionForward that specifies the
home page |
static String |
INVALID_ENTRY_FORWARD
The name of an ActionForward that specifies the
invalid data has been entered |
static String |
NEWSTATE_EXCEPTION_KEY
The name of the JSP scope attribute that the exception when the controller attempted to invoke a new state. |
static String |
PROCESSOR_FORWARD_KEY
Constant that stores a ForwardConfig object that is used to override any forwards defined by the struts action. |
static String |
REGISTER_FORWARD
The name of an ActionForward that specifies the
registration page view |
static String |
SUCCESS_FORWARD
The name of an ActionForward that denotes
nominal operations |
static String |
USED_ROUTING_KEY
The name of the JSP scope attribute that specifically that Expresso Controller are transitioning between states. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String CONTROLLER_REQUEST_KEY
public static final String CONTROLLER_ORIGINAL_URL_KEY
public static final String CONTROLLER_RESPONSE_KEY
public static final String NEWSTATE_EXCEPTION_KEY
public static final String SUCCESS_FORWARD
ActionForward that denotes
nominal operations
public static final String FAILURE_FORWARD
ActionForward that denotes
failure of operations
public static final String HOME_FORWARD
ActionForward that specifies the
home page
public static final String INVALID_ENTRY_FORWARD
ActionForward that specifies the
invalid data has been entered
public static final String APPLICATION_LOGON_FORWARD
ActionForward that specifies the
login page
public static final String APPLICATION_LOGOUT_FORWARD
ActionForward that specifies the
logout page
public static final String ACCESS_DENIED_FORWARD
ActionForward that specifies the
access denied view
public static final String ERROR_FORWARD
ActionForward that specifies the
error page view
public static final String REGISTER_FORWARD
ActionForward that specifies the
registration page view
public static final String CONTROLLER_KEY
public static final String USED_ROUTING_KEY
public static final String PROCESSOR_FORWARD_KEY
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||