| Package | Description |
|---|---|
| org.apache.wicket.markup.head | |
| org.apache.wicket.settings |
| Modifier and Type | Method and Description |
|---|---|
int |
PriorityFirstComparator.compare(ResourceAggregator.RecordedHeaderItem o1,
ResourceAggregator.RecordedHeaderItem o2) |
protected int |
PriorityFirstComparator.compareWithinGroup(ResourceAggregator.RecordedHeaderItem o1,
ResourceAggregator.RecordedHeaderItem o2)
Compares two header items that belong in the same group.
|
protected PriorityFirstComparator.HeaderItemType |
PriorityFirstComparator.getItemType(ResourceAggregator.RecordedHeaderItem item)
Determines the type of the item: priority, page or component.
|
protected int |
PriorityFirstComparator.inversedComponentOrder(ResourceAggregator.RecordedHeaderItem o1,
ResourceAggregator.RecordedHeaderItem o2)
Compares two priority header items, converting the child-first order into parent-first.
|
| Modifier and Type | Method and Description |
|---|---|
Comparator<? super ResourceAggregator.RecordedHeaderItem> |
ResourceSettings.getHeaderItemComparator() |
| Modifier and Type | Method and Description |
|---|---|
ResourceSettings |
ResourceSettings.setHeaderItemComparator(Comparator<? super ResourceAggregator.RecordedHeaderItem> headerItemComparator)
Sets the comparator used by the resource aggregator for
sorting header items.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.