public class

FileServerServlet

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

Summary

[Expand]
Inherited Constants
From class com.atlassian.plugin.servlet.AbstractFileServerServlet
Public Constructors
FileServerServlet()
Protected Methods
List<DownloadStrategy> getDownloadStrategies()
Returns a list of DownloadStrategy objects in the order that they will be matched against.
[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 ()

Protected Methods

protected List<DownloadStrategy> getDownloadStrategies ()

Returns a list of DownloadStrategy objects in the order that they will be matched against. The list returned should be cached as this method is called for every request.