Class LayoutWorker


  • public final class LayoutWorker
    extends java.lang.Object
    LayoutWorker Class
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.ByteBuffer returnByteBuffer​(java.util.Map<java.lang.String,​java.nio.ByteBuffer> map)  
      static java.util.Map<java.lang.String,​java.lang.Object> uploadImageAndParameters​(HttpServletRequest request, java.lang.String uploadField)
      Uploads image data from a form and stores it in ImageDataResource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • Method Detail

      • uploadImageAndParameters

        public static java.util.Map<java.lang.String,​java.lang.Object> uploadImageAndParameters​(HttpServletRequest request,
                                                                                                      java.lang.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 java.nio.ByteBuffer returnByteBuffer​(java.util.Map<java.lang.String,​java.nio.ByteBuffer> map)