| org.strecks.constants.InfrastructureKeys
InfrastructureKeys | public interface InfrastructureKeys (Code) | | Keys which are used to store additional application infrastructure which typically only framework components need to
know about
author: Phil Zoio |
ACTION_BEAN | String ACTION_BEAN(Code) | | Used to make the action bean instance accessible from the JSP page context
|
ACTION_FORWARD | String ACTION_FORWARD(Code) | | Holds action forward
|
GOOD_URL_HISTORY | String GOOD_URL_HISTORY(Code) | | The list of "good" urls, ie. retrieved via get and not resulting in an exception
|
PAGE_BEAN | String PAGE_BEAN(Code) | | Used to hold the page behind or view helper class instance accessible from the JSP page context
|
REDIRECT_HELPER | String REDIRECT_HELPER(Code) | | Holds redirect helper instance as request attribute key
|
REDIRECT_PARAMETERS | String REDIRECT_PARAMETERS(Code) | | Holds redirect parameters, that is, parameters that should be available after the redirect in a "Redirect After
Post" interaction
|
STATUS_MESSAGE | String STATUS_MESSAGE(Code) | | A special parameter used to hold the status message following an operation. A typical use is to display
information about an operation which has just occurred (e.g. "User profile saved")
|
|
|