Class UploadServlet

  • All Implemented Interfaces:
    com.logicaldoc.core.security.SessionListener, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class UploadServlet
    extends com.logicaldoc.web.UploadServlet
    Upload Servlet for Drop Spot
    Since:
    8.2.3
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.logicaldoc.web.UploadServlet

        RECEIVED_FILES
    • Constructor Summary

      Constructors 
      Constructor Description
      UploadServlet()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isEmpty​(String value)  
      • Methods inherited from class com.logicaldoc.web.UploadServlet

        cleanReceivedFiles, cleanReceivedFiles, getReceivedFiles, getReceivedFiles, getUploadDir, getUploadDir, onSessionClosed, onSessionCreated
      • Methods inherited from class javax.servlet.http.HttpServlet

        service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
    • Constructor Detail

      • UploadServlet

        public UploadServlet()
    • Method Detail

      • isEmpty

        public static boolean isEmpty​(String value)