Package | Description |
---|---|
org.opensolaris.opengrok.web |
Modifier and Type | Field and Description |
---|---|
SortOrder |
SearchHelper.order
the order to use to ordery query results
|
Modifier and Type | Method and Description |
---|---|
static SortOrder |
SortOrder.get(java.lang.String name)
Get the Sort order wrt.
|
static SortOrder |
SortOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SortOrder> |
PageConfig.getSortOrder()
Get sort orders from the request parameter
sort and if this list
would be empty from the cookie OpenGrokorting . |