}
@Override
public List<LinkResource> getLinkResources() {
List<LinkResource> resources = new ArrayList<LinkResource>();
resources.add(new LinkResource("stylesheet", "style/contenthub.css",
this, 0));
resources.add(new LinkResource("stylesheet",
"style/jquery-ui-1.8.11.custom.css", this, 1));
return resources;
}