Uses of Class
org.apache.wicket.markup.head.PriorityFirstComparator.HeaderItemType
-
Packages that use PriorityFirstComparator.HeaderItemType Package Description org.apache.wicket.markup.head -
-
Uses of PriorityFirstComparator.HeaderItemType in org.apache.wicket.markup.head
Methods in org.apache.wicket.markup.head that return PriorityFirstComparator.HeaderItemType Modifier and Type Method Description protected PriorityFirstComparator.HeaderItemTypePriorityFirstComparator. getItemType(ResourceAggregator.RecordedHeaderItem item)Determines the type of the item: priority, page or component.static PriorityFirstComparator.HeaderItemTypePriorityFirstComparator.HeaderItemType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PriorityFirstComparator.HeaderItemType[]PriorityFirstComparator.HeaderItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-