HotSpotComponent hotSpotComponent = new HotSpotComponent(wicketId, elt);
hotSpotComponent.add(new AttributeRemover("annotatedImageId"));
return hotSpotComponent;
} else if (wicketId.startsWith("slideShow_")) {
SlideShowComponent slideShowComponent = new SlideShowComponent(wicketId, elt);
return slideShowComponent;
} else if (wicketId.startsWith("collapseBox_")) {
WebMarkupContainer collapseBox = new WebMarkupContainer(wicketId);
return collapseBox;