public interface StripesConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REQ_ATTR_ACTION_BEAN
The name under which the ActionBean for a request is stored as a request attribute before
forwarding to the JSP.
|
static java.lang.String |
REQ_ATTR_ACTION_BEAN_STACK
The name of a request attribute in which a Stack of action beans is some times stored
when a single request involves includes of action beans.
|
static java.lang.String |
REQ_ATTR_CURRENT_FLASH_SCOPE
The name of a request attribute that holds the lookup key of the current flash scope.
|
static java.lang.String |
REQ_ATTR_EVENT_NAME
The name of a request attribute that is checked first to determine the
name of the event that should fire.
|
static java.lang.String |
REQ_ATTR_FLASH_SCOPE_LOCATION
The name of a request parameter that holds a Map of flash scopes keyed by the
hash code of the request that generated them.
|
static java.lang.String |
REQ_ATTR_INCLUDE_PATH
Request attribute key defined by the servlet spec for storing the included servlet
path when processing a server side include.
|
static java.lang.String |
REQ_ATTR_INCLUDE_PATH_INFO
Request attribute key defined by the servlet spec for storing the included path
info when processing a server side include.
|
static java.lang.String |
REQ_ATTR_MESSAGES
The attribute key that is used to store the default set of non-error messages for
display to the user.
|
static java.lang.String |
REQ_ATTR_TAG_STACK
The attribute key that is used to store the tag stack during page processing.
|
static java.util.Set<java.lang.String> |
SPECIAL_URL_KEYS
An immutable set of URL keys or request parameters that have special meaning to Stripes and
as a result should not be referenced in binding, validation or other other places that
work on the full set of request parameters.
|
static java.lang.String |
URL_KEY_EVENT_NAME
The name of a URL parameter that is used as a last resort to attempt to determine
the name of the event that is being fired by the browser.
|
static java.lang.String |
URL_KEY_FIELDS_PRESENT
The name of a URL parameter that is used to hold the path (relative to the web application
root) from which the current form submission was made.
|
static java.lang.String |
URL_KEY_FLASH_SCOPE_ID
The name of a URL parameter that is used to tell Stripes that a flash scope exists
for the current request.
|
static java.lang.String |
URL_KEY_SOURCE_PAGE
The name of a URL parameter that is used to hold the path (relative to the web application
root) from which the current form submission was made.
|
static final java.lang.String URL_KEY_SOURCE_PAGE
static final java.lang.String URL_KEY_FIELDS_PRESENT
static final java.lang.String URL_KEY_EVENT_NAME
static final java.lang.String URL_KEY_FLASH_SCOPE_ID
static final java.util.Set<java.lang.String> SPECIAL_URL_KEYS
static final java.lang.String REQ_ATTR_ACTION_BEAN
static final java.lang.String REQ_ATTR_ACTION_BEAN_STACK
static final java.lang.String REQ_ATTR_MESSAGES
static final java.lang.String REQ_ATTR_TAG_STACK
static final java.lang.String REQ_ATTR_FLASH_SCOPE_LOCATION
static final java.lang.String REQ_ATTR_CURRENT_FLASH_SCOPE
static final java.lang.String REQ_ATTR_EVENT_NAME
static final java.lang.String REQ_ATTR_INCLUDE_PATH
static final java.lang.String REQ_ATTR_INCLUDE_PATH_INFO
? Copyright 2005-2006, Stripes Development Team.