Class ResourceAggregator.RecordedHeaderItemLocation

java.lang.Object
org.apache.wicket.markup.head.ResourceAggregator.RecordedHeaderItemLocation
Enclosing class:
ResourceAggregator

The location in which a HeaderItem is added, consisting of the component/behavior that added the item, the index in the list for that component/behavior at which the item was added and the index in the request.
Author:
papegaaij
  • Constructor Details

    • RecordedHeaderItemLocation

      public RecordedHeaderItemLocation(Component renderBase, int indexInRequest)
      Construct.
      Parameters:
      renderBase - The component that added the item.
  • Method Details