Class ResourceBundleReference

java.lang.Object
org.apache.wicket.request.resource.ResourceReference
org.apache.wicket.resource.bundles.ResourceBundleReference
All Implemented Interfaces:
Serializable, IResourceBundle, IClusterable
Direct Known Subclasses:
ReplacementResourceBundleReference

A resource reference that wraps another resource to make it into a bundle. The resources that are provided by the wrapped reference, have to be added with addProvidedResources(org.apache.wicket.markup.head.HeaderItem...). Normally, you will have to register this bundle in ResourceBundles under Application.getResourceBundles(). Dependencies are inherited from the provided resources if the bundle does not provide them.
Author:
papegaaij
See Also: