Class LayoutWorker

java.lang.Object
org.apache.ofbiz.content.layout.LayoutWorker

public final class LayoutWorker extends Object
LayoutWorker Class
  • Method Details

    • uploadImageAndParameters

      public static Map<String,Object> uploadImageAndParameters(HttpServletRequest request, String uploadField)
      Uploads image data from a form and stores it in ImageDataResource. Expects key data in a field identitified by the "idField" value and the binary data to be in a field id'd by uploadField.
    • returnByteBuffer

      public static ByteBuffer returnByteBuffer(Map<String,ByteBuffer> map)