Constants for parameter names.
| Field Summary |
|---|
| public static final String | PARAMETER_SORT | name of the parameter specifying the current sorted column index. |
| public static final String | PARAMETER_SORTUSINGNAME | name of the parameter specifying that the sorted column will be specified using name and not index. |
| public static final String | PARAMETER_PAGE | name of the parameter specifying the current page number. |
| public static final String | PARAMETER_ORDER | name of the parameter specifying the current sorting order. |
| public static final String | PARAMETER_EXPORTTYPE | name of the parameter specifying the export type. |
| public static final String | PARAMETER_EXPORTING | name of the fixed parameter that will be added to the url if exporting is requested for any of
the display table in the page. Used by the export filter to understand when output should not be flushed. |
| public static final String | SORT_AMOUNT_PAGE | sort only the displayed page. |
| public static final String | SORT_AMOUNT_LIST | sort the full list. |
| public static final String | SORT_AMOUNT_EXTERNAL | let the server handle the sorting |
| public static final String | CSS_EMPTYLIST | css class added to empty tables. |
| public static final String | BEAN_BUFFER | Key on the map passed to the filter containg the "buffer" flag. |
| public static final String | BEAN_CONTENTTYPE | Key on the map passed to the filter containg the content type. |
| public static final String | BEAN_FILENAME | Key on the map passed to the filter containg the file name. |
| public static final String | BEAN_BODY | Key on the map passed to the filter containg the exported data. |