Package org.apache.wicket.markup.head
Interface IReferenceHeaderItem
-
- All Known Implementing Classes:
CssReferenceHeaderItem,JavaScriptReferenceHeaderItem
public interface IReferenceHeaderItemInterface forHeaderItems that represent aResourceReference.- Author:
- papegaaij
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceReferencegetReference()
-
-
-
Method Detail
-
getReference
ResourceReference getReference()
- Returns:
- the reference for the item.
-
-