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:
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
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_CHARACTER_ENCODING
-
Constructor Summary
Constructors Constructor Description FileServerServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<com.atlassian.plugin.servlet.DownloadStrategy>
getDownloadStrategies()
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
DEFAULT_CHARACTER_ENCODING
public static final String DEFAULT_CHARACTER_ENCODING
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDownloadStrategies
protected List<com.atlassian.plugin.servlet.DownloadStrategy> getDownloadStrategies()
- Specified by:
getDownloadStrategies
in classcom.atlassian.plugin.servlet.AbstractFileServerServlet
-
-