this.getContentActionHelper().updateEntity(this.getContent(), this.getRequest());
Logger log = ApsSystemUtils.getLogger();
try {
ImageMapAttribute currentAttribute = this.getAttribute();
currentAttribute.addArea();
log.trace("Added LinkedArea element to ImageMap " + currentAttribute.getName());
} catch (Throwable t) {
ApsSystemUtils.logThrowable(t, this, "addArea");
return FAILURE;
}
return SUCCESS;