Package com.atlassian.confluence.servlet
Class FileServerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.atlassian.plugin.servlet.AbstractFileServerServlet
com.atlassian.confluence.servlet.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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class com.atlassian.plugin.servlet.AbstractFileServerServlet
PATH_SEPARATOR, SERVLET_PATH
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.plugin.servlet.AbstractFileServerServlet
doGet
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Field Details
-
ATTACHMENTS_URL_PREFIX
- See Also:
-
TOKEN_AUTH_ATTACHMENTS_URL_PREFIX
- See Also:
-
RESOURCE_URL_PREFIX
- See Also:
-
THUMBNAILS_URL_PREFIX
- See Also:
-
-
Constructor Details
-
FileServerServlet
public FileServerServlet()
-
-
Method Details
-
getDownloadStrategies
- Specified by:
getDownloadStrategies
in classcom.atlassian.plugin.servlet.AbstractFileServerServlet
-