Module org.apache.wicket.core
Package org.apache.wicket.markup.head
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 Summary
ConstructorDescriptionRecordedHeaderItemLocation
(Component renderBase, int indexInRequest) Construct. -
Method Summary
-
Constructor Details
-
RecordedHeaderItemLocation
Construct.- Parameters:
renderBase
- The component that added the item.
-
-
Method Details