public String getContentToHtml(Properties properties) throws Throwable {
return super.getContentToHtml(properties);
}
protected JAXBImageMapContent getJAXBContentInstance(Content mainContent, String langCode) {
return new JAXBImageMapContent(mainContent, langCode);
}