public class ActionConst
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIGS_LOCATION |
static char[][] |
DEFAULT_PAGER_NAMESPACE
The default pager namespace.
|
static java.lang.String |
EXEC_CONTEXT_BEAN_REF
Name of execContext created from spring config for each page process
|
static java.lang.String |
NO_STR_SUBST
To stop the processPage from performing a StrSubstution set the
NO_STR_SUBST to any value
|
static java.lang.String |
PAGE_NAMESPACE_BEAN_REF
Name of bean containing the xml page namespace for pager actions e.g
<pager:action...>
|
static java.lang.String |
ROW_MAP_NAME
Used by the pager:list action, each row returned from an xml query is stored into the execContext as a map by
this name.
|
static java.lang.String |
ROW_TOTAL_COUNT
Used by presentation actions such as JSONToPresentationAction and XMLToPresentionAction to store the total row count into the execContext by this name
|
static java.lang.String |
SPRING_STARTUP_CONFIG |
static java.lang.String |
SPRING_WEB_XML_CONTEXT_PARAM |
static java.lang.String |
STARTUP_CONFIG |
static java.lang.String |
WEB_REAL_PATH_BEAN_REF
Name of bean containing the web path (where web pages are stored)
|
static java.lang.String |
WEB_ROOT_BEAN_REF
Name of bean containing the web root path (the root of the web site)
|
| Constructor and Description |
|---|
ActionConst() |
public static final java.lang.String CONFIGS_LOCATION
public static final java.lang.String STARTUP_CONFIG
public static final java.lang.String SPRING_STARTUP_CONFIG
public static final java.lang.String SPRING_WEB_XML_CONTEXT_PARAM
public static final java.lang.String EXEC_CONTEXT_BEAN_REF
public static final java.lang.String WEB_REAL_PATH_BEAN_REF
public static final java.lang.String WEB_ROOT_BEAN_REF
public static final java.lang.String NO_STR_SUBST
public static final java.lang.String PAGE_NAMESPACE_BEAN_REF
public static final char[][] DEFAULT_PAGER_NAMESPACE
public static final java.lang.String ROW_MAP_NAME
The pager:list action uses this to make the row data available to other action scripts such as add_record_link.
public static final java.lang.String ROW_TOTAL_COUNT
The actions uses this to make the row total codata available to other action scripts such as add_record_link.