org.apache.wicket.markup.head
Interface IHeaderItemWrapper

All Superinterfaces:
IWrappedHeaderItem
All Known Implementing Classes:
FilteredHeaderItem, PriorityHeaderItem

public interface IHeaderItemWrapper
extends IWrappedHeaderItem

An interface for all HeaderItems which delegate to another HeaderItem and can re-wrap an existing item.

Since:
6.12

Method Summary
 HeaderItem wrap(HeaderItem item)
          Wraps an existing HeaderItem
 
Methods inherited from interface org.apache.wicket.markup.head.IWrappedHeaderItem
getWrapped
 

Method Detail

wrap

HeaderItem wrap(HeaderItem item)
Wraps an existing HeaderItem

Parameters:
item - The item to wrap
Returns:
the wrapped header item


Copyright © 2006–2015 Apache Software Foundation. All rights reserved.