public class

AttachmentZipServlet

extends HttpServlet
java.lang.Object
   ↳ javax.servlet.GenericServlet
     ↳ javax.servlet.http.HttpServlet
       ↳ com.atlassian.jira.web.servlet.AttachmentZipServlet

Class Overview

This servlet can BUNDLE up all the attachments of a in issue into 1 ZIP file OR it can unzip a specific entry of a named attachment

Summary

Public Constructors
AttachmentZipServlet()
Protected Methods
void doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
User getLoggedInUser()
[Expand]
Inherited Methods
From class javax.servlet.http.HttpServlet
From class javax.servlet.GenericServlet
From class java.lang.Object
From interface javax.servlet.Servlet
From interface javax.servlet.ServletConfig

Public Constructors

public AttachmentZipServlet ()

Protected Methods

protected void doGet (HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)

Throws
ServletException
IOException

protected User getLoggedInUser ()