public static class ResourceAggregator.RecordedHeaderItem extends Object
HeaderItem that must be rendered.| Constructor and Description |
|---|
ResourceAggregator.RecordedHeaderItem(HeaderItem item)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLocation(Object renderBase,
int indexInRenderBase,
int indexInRequest)
Records a location at which the item was added.
|
HeaderItem |
getItem() |
List<ResourceAggregator.RecordedHeaderItemLocation> |
getLocations() |
String |
toString() |
public ResourceAggregator.RecordedHeaderItem(HeaderItem item)
item - public void addLocation(Object renderBase, int indexInRenderBase, int indexInRequest)
renderBase - The component or behavior that added the item.indexInRenderBase - Indicates the number of items added before this one on the same component or
behavior.indexInRequest - Indicates the number of items added before this one in this request.public HeaderItem getItem()
public List<ResourceAggregator.RecordedHeaderItemLocation> getLocations()
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.