@WebServlet(name="GetAttachmentServlet",
            urlPatterns="/attachment/get/*",
            asyncSupported=true)
public class AttachmentDownloadServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description | 
|---|
AttachmentDownloadServlet()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
doGet(javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse resp)  | 
protected void | 
doPost(javax.servlet.http.HttpServletRequest req,
      javax.servlet.http.HttpServletResponse resp)  | 
protected void | 
downloadAllAttachments(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse resp)  | 
protected void | 
prozessAttachmentsList(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse resp)  | 
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void doPost(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse resp)
               throws javax.servlet.ServletException,
                      IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse resp)
              throws javax.servlet.ServletException,
                     IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void prozessAttachmentsList(javax.servlet.http.HttpServletRequest req,
                                      javax.servlet.http.HttpServletResponse resp)
                               throws UnsupportedEncodingException
UnsupportedEncodingExceptionprotected void downloadAllAttachments(javax.servlet.http.HttpServletRequest req,
                                      javax.servlet.http.HttpServletResponse resp)
                               throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.