Package com.agiletec.plugins.jpimagemap.aps.system.services.content.model.attribute

Examples of com.agiletec.plugins.jpimagemap.aps.system.services.content.model.attribute.ImageMapAttribute.addArea()


  public String addArea() {
    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;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.