Uses of Interface
org.apache.wicket.markup.head.IReferenceHeaderItem
-
Packages that use IReferenceHeaderItem Package Description org.apache.wicket The core Wicket package.org.apache.wicket.markup.head org.apache.wicket.resource.bundles -
-
Uses of IReferenceHeaderItem in org.apache.wicket
Methods in org.apache.wicket with type parameters of type IReferenceHeaderItem Modifier and Type Method Description protected <T extends HeaderItem & IReferenceHeaderItem>
ConcatResourceBundleReference<T>ResourceBundles. newBundleResourceReference(Class<?> scope, String name, List<T> items)
Creates a ResourceReference that will point to the bundle with the items -
Uses of IReferenceHeaderItem in org.apache.wicket.markup.head
Classes in org.apache.wicket.markup.head that implement IReferenceHeaderItem Modifier and Type Class Description class
CssReferenceHeaderItem
HeaderItem
for style tags that are rendered using aResourceReference
.class
JavaScriptReferenceHeaderItem
HeaderItem
for script tags that are rendered using aResourceReference
. -
Uses of IReferenceHeaderItem in org.apache.wicket.resource.bundles
Classes in org.apache.wicket.resource.bundles with type parameters of type IReferenceHeaderItem Modifier and Type Class Description class
ConcatResourceBundleReference<T extends HeaderItem & IReferenceHeaderItem>
A resource bundle that automatically concatenates the given resources.Constructor parameters in org.apache.wicket.resource.bundles with type arguments of type IReferenceHeaderItem Constructor Description ConcatBundleResource(List<? extends IReferenceHeaderItem> providedResources)
Construct.
-