public class

FileServerServlet

extends AbstractFileServerServlet
java.lang.Object
   ↳ javax.servlet.GenericServlet
     ↳ javax.servlet.http.HttpServlet
       ↳ com.atlassian.plugin.servlet.AbstractFileServerServlet
         ↳ com.atlassian.jira.web.servlet.FileServerServlet

Class Overview

This is used to serve up download references in JIRA plugins.

Summary

[Expand]
Inherited Constants
From class com.atlassian.plugin.servlet.AbstractFileServerServlet
Public Constructors
FileServerServlet()
Public Methods
String getDecodedPathInfo(HttpServletRequest httpServletRequest)
Protected Methods
String getContentType(String location)
List<DownloadStrategy> getDownloadStrategies()
String urlDecode(String url)
[Expand]
Inherited Methods
From class com.atlassian.plugin.servlet.AbstractFileServerServlet
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 FileServerServlet ()

Public Methods

public String getDecodedPathInfo (HttpServletRequest httpServletRequest)

Protected Methods

protected String getContentType (String location)

protected List<DownloadStrategy> getDownloadStrategies ()

protected String urlDecode (String url)