Package org.apache.wicket.markup.head
Class ResourceAggregator.RecordedHeaderItem
- java.lang.Object
-
- org.apache.wicket.markup.head.ResourceAggregator.RecordedHeaderItem
-
- Enclosing class:
- ResourceAggregator
public static class ResourceAggregator.RecordedHeaderItem extends Object
Contains information about anHeaderItem
that must be rendered.- Author:
- papegaaij
-
-
Constructor Summary
Constructors Constructor Description RecordedHeaderItem(HeaderItem item)
Construct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderItem
getItem()
List<ResourceAggregator.RecordedHeaderItemLocation>
getLocations()
int
getMinDepth()
Get the minimum depth in the component tree.String
toString()
-
-
-
Constructor Detail
-
RecordedHeaderItem
public RecordedHeaderItem(HeaderItem item)
Construct.- Parameters:
item
-
-
-
Method Detail
-
getItem
public HeaderItem getItem()
- Returns:
- the actual item
-
getLocations
public List<ResourceAggregator.RecordedHeaderItemLocation> getLocations()
- Returns:
- The locations at which the item was added.
-
getMinDepth
public int getMinDepth()
Get the minimum depth in the component tree.- Returns:
- depth
-
-