com.ge.research.acuity.web.struts
Class StrutsConstants

java.lang.Object
  extended bycom.ge.research.acuity.web.struts.StrutsConstants

public class StrutsConstants
extends java.lang.Object

Constants to be used by the Jakarta Struts Framework Action classes for the ACUITy UI web application

Version:
$Revision: 1.1 $ $Date: 2006/08/11 00:17:53 $
Author:
garbiras

Field Summary
static java.lang.String ACUITY_CONTROLLER_INTERFACE
          Reference to the acuity controller interface persisted in the session
static java.lang.String ERROR
          Keyword of the ActionMapping forward for actions that fail to execute successfully
static java.lang.String ERRORMSG
          Reference to HttpSession information containing error messages to be displayed
static java.lang.String LOGON
          Keyword of the ActionMapping forward for actions that should redirect to a logon script
static java.lang.String REDIRECTION_PARAMS
          Reference to the set of name value pairs passed to an action as part of a redirect that need to be handled and then removed from the session
static java.lang.String SETUP_HLR
          The struts configuration forward name used to display the highlight region creation form
static java.lang.String SUCCESS
          Keyword of the ActionMapping forward for actions that execute successfully
 
Constructor Summary
StrutsConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR

public static final java.lang.String ERROR
Keyword of the ActionMapping forward for actions that fail to execute successfully

See Also:
Constant Field Values

ERRORMSG

public static final java.lang.String ERRORMSG
Reference to HttpSession information containing error messages to be displayed

See Also:
Constant Field Values

LOGON

public static final java.lang.String LOGON
Keyword of the ActionMapping forward for actions that should redirect to a logon script

See Also:
Constant Field Values

SUCCESS

public static final java.lang.String SUCCESS
Keyword of the ActionMapping forward for actions that execute successfully

See Also:
Constant Field Values

ACUITY_CONTROLLER_INTERFACE

public static final java.lang.String ACUITY_CONTROLLER_INTERFACE
Reference to the acuity controller interface persisted in the session

See Also:
Constant Field Values

REDIRECTION_PARAMS

public static final java.lang.String REDIRECTION_PARAMS
Reference to the set of name value pairs passed to an action as part of a redirect that need to be handled and then removed from the session

See Also:
Constant Field Values

SETUP_HLR

public static final java.lang.String SETUP_HLR
The struts configuration forward name used to display the highlight region creation form

See Also:
Constant Field Values
Constructor Detail

StrutsConstants

public StrutsConstants()