Package net.anotheria.asg.generator.view
Interface ViewConstants
-
public interface ViewConstantsSome constants used in the view.- Version:
- $Id: $Id
- Author:
- another
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAM_SORT_ORDERThe sort order parameter.static java.lang.StringPARAM_SORT_TYPEThe sort type parameter.static java.lang.StringPARAM_SORT_TYPE_NAMEThe name of the sort type.static java.lang.StringSA_FILTER_PREFIXPrefix for the session attributes for the filter state.static java.lang.StringSA_PREFIXThe prefix for session attributes.static java.lang.StringSA_SORT_TYPE_PREFIXPrefix for the session attributes for the sort type.static java.lang.StringVALUE_SORT_ORDER_ASCThe value for the sort order.static java.lang.StringVALUE_SORT_ORDER_DESCThe value for the sort order.
-
-
-
Field Detail
-
PARAM_SORT_TYPE
static final java.lang.String PARAM_SORT_TYPE
The sort type parameter.- See Also:
- Constant Field Values
-
PARAM_SORT_ORDER
static final java.lang.String PARAM_SORT_ORDER
The sort order parameter.- See Also:
- Constant Field Values
-
PARAM_SORT_TYPE_NAME
static final java.lang.String PARAM_SORT_TYPE_NAME
The name of the sort type.- See Also:
- Constant Field Values
-
VALUE_SORT_ORDER_ASC
static final java.lang.String VALUE_SORT_ORDER_ASC
The value for the sort order.- See Also:
- Constant Field Values
-
VALUE_SORT_ORDER_DESC
static final java.lang.String VALUE_SORT_ORDER_DESC
The value for the sort order.- See Also:
- Constant Field Values
-
SA_PREFIX
static final java.lang.String SA_PREFIX
The prefix for session attributes.- See Also:
- Constant Field Values
-
SA_SORT_TYPE_PREFIX
static final java.lang.String SA_SORT_TYPE_PREFIX
Prefix for the session attributes for the sort type.- See Also:
- Constant Field Values
-
SA_FILTER_PREFIX
static final java.lang.String SA_FILTER_PREFIX
Prefix for the session attributes for the filter state.- See Also:
- Constant Field Values
-
-