public static class ResourceAggregator.RecordedHeaderItemLocation extends Object
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.| Constructor and Description |
|---|
ResourceAggregator.RecordedHeaderItemLocation(Object renderBase,
int indexInRenderBase,
int indexInRequest)
Construct.
|
public ResourceAggregator.RecordedHeaderItemLocation(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 the same request.public Object getRenderBase()
public int getIndexInRenderBase()
public int getIndexInRequest()
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.