this.attribute = attribute;
// Check whether it is a valid resource reference
if (PackageResource.exists(clazz, href, getLocale(), getStyle(), getVariation()))
{
// Create the component implementing the link
resourceReference = new PackageResourceReference(clazz, href, getLocale(),
getStyle(), getVariation());
}
else
{
// The resource does not exist. Set to null and ignore when