} else if (wicketId.startsWith("fileLink_")) {
// link to file in content directory
return new ResourceLink<Object> (wicketId, getRelativeRef(elt.getAttribute("href")));
} else if (wicketId.startsWith("sectionIcon_")) {
WebComponent icon = ISIApplication.get().makeIcon(wicketId, elt.getAttribute("class"));
icon.add(new AttributeModifier("class", true, new Model<String>("sectionIcon")));
return icon;
} else if (wicketId.startsWith("thumbRating_")) {
ContentLoc loc = new ContentLoc(getModel().getObject());
String thumbId = elt.getAttribute("id");