Package | Description |
---|---|
org.milyn.delivery |
Content Delivery.
|
org.milyn.delivery.ordering |
Visitor execution ordering.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentHandlerConfigMapTable.sort(Sorter.SortOrder sortOrder)
Sort the Table in the specified sort order.
|
Modifier and Type | Method and Description |
---|---|
static Sorter.SortOrder |
Sorter.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sorter.SortOrder[] |
Sorter.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ContentHandler> |
Sorter.sort(List<ContentHandlerConfigMap<T>> visitors,
Sorter.SortOrder sortOrder) |
Copyright © 2020. All rights reserved.