com.atlassian.bamboo.plugin.servlet
Class FileServerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.atlassian.plugin.servlet.AbstractFileServerServlet
com.atlassian.bamboo.plugin.servlet.FileServerServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class FileServerServlet
- extends com.atlassian.plugin.servlet.AbstractFileServerServlet
Used to serve Files from Bamboo, for a given number of strategies. e.g. plugin web-resources, build artifacts,logs etc
- See Also:
- Serialized Form
Fields inherited from class com.atlassian.plugin.servlet.AbstractFileServerServlet |
PATH_SEPARATOR, RESOURCE_URL_PREFIX, SERVLET_PATH |
Method Summary |
protected java.util.List<com.atlassian.plugin.servlet.DownloadStrategy> |
getDownloadStrategies()
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CHARACTER_ENCODING
public static final java.lang.String DEFAULT_CHARACTER_ENCODING
- See Also:
- Constant Field Values
FileServerServlet
public FileServerServlet()
getDownloadStrategies
protected java.util.List<com.atlassian.plugin.servlet.DownloadStrategy> getDownloadStrategies()
- Specified by:
getDownloadStrategies
in class com.atlassian.plugin.servlet.AbstractFileServerServlet
Copyright © 2012 Atlassian. All Rights Reserved.