public class PagerWebConst
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXEC_CONTEXT
If we want to retrieve the execContext from the execContext using ${execContext}
|
static java.lang.String |
HTTP_REQUEST
HttpRequest is stored in execContext as a HttpRequest using this
identifying string.
|
static java.lang.String |
HTTP_RESPONSE
HttpResponse is stored in execContext as a HttpResponse using this
identifying string.
|
static java.lang.String |
HTTP_SESSION
HttpSession is stored in execContext as a HttpSession using this
identifying string.
|
static java.lang.String |
NO_STR_SUBST
If this is set than the pager won't perform a StrSubstution on the page
before returing it to the browser.
|
static java.lang.String |
PAGE_APP_NAME
Gets the current page application name from the execContext.
|
static java.lang.String |
PAGE_NAME
Gets the current page name from the execContext.
|
static java.lang.String |
PAGE_SERVER_NAME
Gets the current page server name from the execContext.
|
static java.lang.String |
PAGE_URI
Gets the current page uri from the execContext.
|
static java.lang.String |
PAGE_URL
Gets the current page url from the execContext.
|
static java.lang.String |
REQUEST
HttpRequest parameters are stored in execContext as a Named Map using
this identifying string.
|
static java.lang.String |
REQUEST_HEADERS
HttpRequest parameters are stored in execContext as an ArrayList using
this identifying string.
|
static java.lang.String |
REQUEST_LIST
HttpRequest parameters are stored in execContext as an ArrayList using
this identifying string.
|
| Constructor and Description |
|---|
PagerWebConst() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
buildRequestKey(java.lang.String key)
Builds the key prepending the HttpRequest named map name in the
execContext.
|
static java.lang.String |
getPageName(IExecContext execContext)
Gets the current httpRequest page.
|
static java.lang.String |
getPageURI(IExecContext execContext)
Gets the current httpRequest page uri.
|
static java.lang.String |
getPageURL(IExecContext execContext)
Gets the current httpRequest page url.
|
static java.lang.String |
getRequestParameter(IExecContext execContext,
java.lang.String key)
Gets a value from the HttpRequest params contained within the map.
|
public static final java.lang.String EXEC_CONTEXT
public static final java.lang.String REQUEST
public static final java.lang.String REQUEST_LIST
public static final java.lang.String REQUEST_HEADERS
public static final java.lang.String HTTP_REQUEST
public static final java.lang.String HTTP_RESPONSE
public static final java.lang.String HTTP_SESSION
public static final java.lang.String PAGE_NAME
public static final java.lang.String PAGE_URI
public static final java.lang.String PAGE_URL
public static final java.lang.String PAGE_SERVER_NAME
public static final java.lang.String PAGE_APP_NAME
public static final java.lang.String NO_STR_SUBST
public static java.lang.String getRequestParameter(IExecContext execContext, java.lang.String key)
execContext - containing the HttpRequest parameterskey - the key to the parameterpublic static java.lang.String buildRequestKey(java.lang.String key)
key - the key name for the HttpRequest parameterpublic static java.lang.String getPageName(IExecContext execContext)
execContext - public static java.lang.String getPageURI(IExecContext execContext)
execContext - public static java.lang.String getPageURL(IExecContext execContext)
execContext -