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 |
---|
RecordedHeaderItemLocation(Object renderBase,
int indexInRenderBase,
int indexInRequest)
Construct.
|
Modifier and Type | Method and Description |
---|---|
int |
getIndexInRenderBase() |
int |
getIndexInRequest() |
Object |
getRenderBase() |
String |
toString() |
public 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–2022 Apache Software Foundation. All rights reserved.