|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hdpagination.core.Globals
public final class Globals
Class where some constants used by framework internally (e.g. request parameter of no of page to access) are defined.
| Field Summary | |
|---|---|
static java.lang.String |
APPLICATION_SCOPE
Indicating the search result is saved in Application scope |
static int |
DEFAULT_PAGE_SIZE
The default records displayed in one page |
static java.lang.String |
ERROR_MESSAGE
The name of attribute holding ErrorMessages instance when validation fails |
static java.lang.String |
ORDER_BY_ASCENDING_PARAM
The name of request parameter indicating whether the search result should be sorted in ascending or descending order. |
static java.lang.String |
ORDER_BY_PARAM
The name of request parameter indicating the column by which search result should be sorted from Sort Pagination Control |
static java.lang.String |
PAGE
The name of attribute holding Page instance in Session scope |
static java.lang.String |
PAGE_NO_PARAM
The name of request parameter indicating which page (starting from 0) to access from Pagination Control(e.g. |
static java.lang.String |
PAGE_SIZE_PARAM
The default name of request parameter representing page size (number of records per page). |
static java.lang.String |
PAGINATION_ACTION_ID
The name of request parameter indicating action id from all Pagination Control (e.g. |
static java.lang.String |
PAGING_URL
URL indicating the request is from Pagination Control |
static java.lang.String |
QUERY_RESULT_KEY
The default name of attribute which holds the search result in Session, Request or Application scope |
static java.lang.String |
REQUEST_SCOPE
Indicating the search result is saved in Request scope |
static java.lang.String |
SESSION_SCOPE
Indicating the search result is saved in Session scope |
static java.lang.String |
VIEW_SCOPE
Indicating the search result is saved in view scope (only supported since JSF 2.0) |
| Method Summary |
|---|
| 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 PAGE_NO_PARAM
public static final java.lang.String ORDER_BY_PARAM
public static final java.lang.String ORDER_BY_ASCENDING_PARAM
public static final java.lang.String PAGE_SIZE_PARAM
public static final java.lang.String PAGINATION_ACTION_ID
public static final java.lang.String QUERY_RESULT_KEY
public static final java.lang.String PAGE
Page instance in Session scope
public static final int DEFAULT_PAGE_SIZE
public static final java.lang.String REQUEST_SCOPE
public static final java.lang.String SESSION_SCOPE
public static final java.lang.String APPLICATION_SCOPE
public static final java.lang.String VIEW_SCOPE
public static final java.lang.String PAGING_URL
public static final java.lang.String ERROR_MESSAGE
ErrorMessages instance when validation fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||