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 intPriorityFirstComparator. compare(ResourceAggregator.RecordedHeaderItem o1, ResourceAggregator.RecordedHeaderItem o2)protected intPriorityFirstComparator. compareWithinGroup(ResourceAggregator.RecordedHeaderItem o1, ResourceAggregator.RecordedHeaderItem o2)Compares two header items that belong in the same group.protected PriorityFirstComparator.HeaderItemTypePriorityFirstComparator. getItemType(ResourceAggregator.RecordedHeaderItem item)Determines the type of the item: priority, page or component.protected intPriorityFirstComparator. inversedComponentOrder(ResourceAggregator.RecordedHeaderItem o1, ResourceAggregator.RecordedHeaderItem o2)Compares two priority header items, 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 java.util.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 ResourceSettingsResourceSettings. setHeaderItemComparator(java.util.Comparator<? super ResourceAggregator.RecordedHeaderItem> headerItemComparator)Sets the comparator used by the resource aggregator for sorting header items.
-