org.apache.wicket.markup.head
Interface IWrappedHeaderItem

All Known Subinterfaces:
IHeaderItemWrapper
All Known Implementing Classes:
FilteredHeaderItem, PriorityHeaderItem

public interface IWrappedHeaderItem

An interface for all HeaderItems which delegate to another HeaderItem

Since:
6.0

Method Summary
 HeaderItem getWrapped()
           
 

Method Detail

getWrapped

HeaderItem getWrapped()
Returns:
the wrapped header item


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