Uses of Class
org.apache.wicket.markup.head.ResourceAggregator.RecordedHeaderItem

Packages that use ResourceAggregator.RecordedHeaderItem
org.apache.wicket.markup.head   
org.apache.wicket.settings   
org.apache.wicket.settings.def   
 

Uses of ResourceAggregator.RecordedHeaderItem in org.apache.wicket.markup.head
 

Methods in org.apache.wicket.markup.head with parameters of type ResourceAggregator.RecordedHeaderItem
 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.
 

Uses of ResourceAggregator.RecordedHeaderItem in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return types with arguments of type ResourceAggregator.RecordedHeaderItem
 Comparator<? super ResourceAggregator.RecordedHeaderItem> IResourceSettings.getHeaderItemComparator()
           
 

Method parameters in org.apache.wicket.settings with type arguments of type ResourceAggregator.RecordedHeaderItem
 void IResourceSettings.setHeaderItemComparator(Comparator<? super ResourceAggregator.RecordedHeaderItem> comparator)
          Sets the comparator used by the resource aggregator for sorting header items.
 

Uses of ResourceAggregator.RecordedHeaderItem in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return types with arguments of type ResourceAggregator.RecordedHeaderItem
 Comparator<? super ResourceAggregator.RecordedHeaderItem> ResourceSettings.getHeaderItemComparator()
           
 

Method parameters in org.apache.wicket.settings.def with type arguments of type ResourceAggregator.RecordedHeaderItem
 void ResourceSettings.setHeaderItemComparator(Comparator<? super ResourceAggregator.RecordedHeaderItem> headerItemComparator)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.