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