Expresso 5-6

com.jcorporate.expresso.core
Class ExpressoConstants

java.lang.Object
  extended bycom.jcorporate.expresso.core.ExpressoConstants

public final class ExpressoConstants
extends Object

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.

Version:
$Id: ExpressoConstants.java,v 1.4 2004/11/17 20:48:06 lhamel Exp $
Author:
Peter Pilgrim, Tue Jun 24 19:29:19 BST 2003
See Also:
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

CONTROLLER_REQUEST_KEY

public static final String CONTROLLER_REQUEST_KEY
The name of the JSP scope attribute that contains the controller request

See Also:
Constant Field Values

CONTROLLER_ORIGINAL_URL_KEY

public static final String CONTROLLER_ORIGINAL_URL_KEY
The name of the JSP scope attribute that contains the controller's original URL

See Also:
Constant Field Values

CONTROLLER_RESPONSE_KEY

public static final String CONTROLLER_RESPONSE_KEY
The name of the JSP scope attribute that contains the controller response

See Also:
Constant Field Values

NEWSTATE_EXCEPTION_KEY

public static final String NEWSTATE_EXCEPTION_KEY
The name of the JSP scope attribute that the exception when the controller attempted to invoke a new state.

See Also:
Constant Field Values

SUCCESS_FORWARD

public static final String SUCCESS_FORWARD
The name of an ActionForward that denotes nominal operations

See Also:
Constant Field Values

FAILURE_FORWARD

public static final String FAILURE_FORWARD
The name of an ActionForward that denotes failure of operations

See Also:
Constant Field Values

HOME_FORWARD

public static final String HOME_FORWARD
The name of an ActionForward that specifies the home page

See Also:
Constant Field Values

INVALID_ENTRY_FORWARD

public static final String INVALID_ENTRY_FORWARD
The name of an ActionForward that specifies the invalid data has been entered

See Also:
Constant Field Values

APPLICATION_LOGON_FORWARD

public static final String APPLICATION_LOGON_FORWARD
The name of an ActionForward that specifies the login page

See Also:
Constant Field Values

APPLICATION_LOGOUT_FORWARD

public static final String APPLICATION_LOGOUT_FORWARD
The name of an ActionForward that specifies the logout page

See Also:
Constant Field Values

ACCESS_DENIED_FORWARD

public static final String ACCESS_DENIED_FORWARD
The name of an ActionForward that specifies the access denied view

See Also:
Constant Field Values

ERROR_FORWARD

public static final String ERROR_FORWARD
The name of an ActionForward that specifies the error page view

See Also:
Constant Field Values

REGISTER_FORWARD

public static final String REGISTER_FORWARD
The name of an ActionForward that specifies the registration page view

See Also:
Constant Field Values

CONTROLLER_KEY

public static final String CONTROLLER_KEY
The name of the JSP scope attribute that specifies the Expresso Controller

See Also:
Constant Field Values

USED_ROUTING_KEY

public static final String USED_ROUTING_KEY
The name of the JSP scope attribute that specifically that Expresso Controller are transitioning between states.

See Also:
Constant Field Values

PROCESSOR_FORWARD_KEY

public static final String PROCESSOR_FORWARD_KEY
Constant that stores a ForwardConfig object that is used to override any forwards defined by the struts action.

See Also:
Constant Field Values

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.