public abstract class AbstractFileServerServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
PATH_SEPARATOR |
static String |
RESOURCE_URL_PREFIX |
static String |
SERVLET_PATH |
| Constructor and Description |
|---|
AbstractFileServerServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected abstract List<DownloadStrategy> |
getDownloadStrategies()
Returns a list of
DownloadStrategy objects in the order that they will be matched against. |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String PATH_SEPARATOR
public static final String RESOURCE_URL_PREFIX
public static final String SERVLET_PATH
protected final void doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws IOException
doGet in class javax.servlet.http.HttpServletIOExceptionprotected abstract List<DownloadStrategy> getDownloadStrategies()
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.Copyright © 2014 Atlassian. All rights reserved.