Uses of Class
org.apache.wicket.markup.head.ResourceAggregator.RecordedHeaderItem
-
Packages that use ResourceAggregator.RecordedHeaderItem Package Description org.apache.wicket.markup.head org.apache.wicket.settings -
-
Uses of ResourceAggregator.RecordedHeaderItem in org.apache.wicket.markup.head
Methods in org.apache.wicket.markup.head with parameters of type ResourceAggregator.RecordedHeaderItem Modifier and Type Method Description int
PriorityFirstComparator. compare(ResourceAggregator.RecordedHeaderItem o1, ResourceAggregator.RecordedHeaderItem o2)
protected int
PriorityFirstComparator. compareWithinGroup(ResourceAggregator.RecordedHeaderItem item1, ResourceAggregator.RecordedHeaderItem item2)
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 item1, ResourceAggregator.RecordedHeaderItem item2)
Compare two recordedPriorityHeaderItem
s, converting the child-first order into parent-first. -
Uses of ResourceAggregator.RecordedHeaderItem in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return types with arguments of type ResourceAggregator.RecordedHeaderItem Modifier and Type Method Description Comparator<? super ResourceAggregator.RecordedHeaderItem>
ResourceSettings. getHeaderItemComparator()
Method parameters in org.apache.wicket.settings with type arguments of type ResourceAggregator.RecordedHeaderItem Modifier and Type Method Description ResourceSettings
ResourceSettings. setHeaderItemComparator(Comparator<? super ResourceAggregator.RecordedHeaderItem> headerItemComparator)
Sets the comparator used by the resource aggregator for sorting header items.
-