Package org.apache.wicket.markup.head
Interface IWrappedHeaderItem
-
- All Known Implementing Classes:
FilteredHeaderItem,PriorityHeaderItem
public interface IWrappedHeaderItemAn interface for all HeaderItems which delegate to another HeaderItem and can re-wrap an existing item.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeaderItemgetWrapped()HeaderItemwrap(HeaderItem item)Wraps an existing HeaderItem
-
-
-
Method Detail
-
getWrapped
HeaderItem getWrapped()
- Returns:
- the wrapped header item
-
wrap
HeaderItem wrap(HeaderItem item)
Wraps an existing HeaderItem- Parameters:
item- The item to wrap- Returns:
- the wrapped header item
-
-