Class FileServerServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class FileServerServlet
    extends com.atlassian.plugin.servlet.AbstractFileServerServlet
    Serves files from Confluence: attachments, custom resources, thumbnails, plugin resources, etc.

    Sources its DownloadStrategies from either the setup or main context depending on which one is up.

    See Also:
    Serialized Form
    • Constructor Detail

      • FileServerServlet

        public FileServerServlet()
    • Method Detail

      • getDownloadStrategies

        protected List<com.atlassian.plugin.servlet.DownloadStrategy> getDownloadStrategies()
        Specified by:
        getDownloadStrategies in class com.atlassian.plugin.servlet.AbstractFileServerServlet