Class ResourceAggregator.RecordedHeaderItem

  • Enclosing class:
    ResourceAggregator

    public static class ResourceAggregator.RecordedHeaderItem
    extends java.lang.Object
    Contains information about an HeaderItem that must be rendered.
    Author:
    papegaaij
    • Constructor Detail

      • RecordedHeaderItem

        public RecordedHeaderItem​(HeaderItem item)
        Construct.
        Parameters:
        item -
    • Method Detail

      • addLocation

        public void addLocation​(java.lang.Object renderBase,
                                int indexInRenderBase,
                                int indexInRequest)
        Records a location at which the item was added.
        Parameters:
        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.
      • getItem

        public HeaderItem getItem()
        Returns:
        the actual item
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object