|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.research.acuity.web.struts.StrutsConstants
Constants to be used by the Jakarta Struts Framework Action classes for the ACUITy UI web application
| 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 |
public static final java.lang.String ERROR
ActionMapping forward for actions that fail to execute successfully
public static final java.lang.String ERRORMSG
HttpSession information containing error messages to be displayed
public static final java.lang.String LOGON
ActionMapping forward for actions that should redirect to a logon script
public static final java.lang.String SUCCESS
ActionMapping forward for actions that execute successfully
public static final java.lang.String ACUITY_CONTROLLER_INTERFACE
public static final java.lang.String REDIRECTION_PARAMS
public static final java.lang.String SETUP_HLR
| Constructor Detail |
public StrutsConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||