com.atlassian.confluence.servlet
Class FileServerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.atlassian.plugin.servlet.BaseFileServerServlet
com.atlassian.confluence.servlet.FileServerServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class FileServerServlet
- extends BaseFileServerServlet
- See Also:
- Serialized Form
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, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTACHMENTS_URL_PREFIX
public static final String ATTACHMENTS_URL_PREFIX
- See Also:
- Constant Field Values
RESOURCE_URL_PREFIX
public static final String RESOURCE_URL_PREFIX
- See Also:
- Constant Field Values
USER_RESOURCE_URL_PREFIX
public static final String USER_RESOURCE_URL_PREFIX
- See Also:
- Constant Field Values
THUMBNAILS_URL_PREFIX
public static final String THUMBNAILS_URL_PREFIX
- See Also:
- Constant Field Values
FileServerServlet
public FileServerServlet()
init
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
getDecodedPathInfo
public String getDecodedPathInfo(javax.servlet.http.HttpServletRequest httpServletRequest)
instantiateDownloadStrategy
public DownloadStrategy instantiateDownloadStrategy(Class downloadStrategyClass)
urlDecode
protected String urlDecode(String url)
getContentType
protected String getContentType(String location)