Class SharedResourceReference

java.lang.Object
org.apache.wicket.request.resource.ResourceReference
org.apache.wicket.request.resource.SharedResourceReference
All Implemented Interfaces:
Serializable, IClusterable

A ResourceReference which should be used to lookup a IResource from the globally registered ones (also known as application shared resources). If there is no shared resource with such key then it checks whether there is a PackageResource with this key and registers it automatically if it exists.

Note: Cannot be registered in ResourceReferenceRegistry because SharedResourceReference is just a shortcut to the resource of another ResourceReference

See Also: