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:
-
Field Summary
FieldsFields inherited from class com.atlassian.plugin.servlet.AbstractFileServerServlet
PATH_SEPARATOR, RESOURCE_URL_PREFIX, SERVLET_PATH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.plugin.servlet.AbstractFileServerServlet
doGetMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Field Details
-
DEFAULT_CHARACTER_ENCODING
- See Also:
-
-
Constructor Details
-
FileServerServlet
public FileServerServlet()
-
-
Method Details
-
getDownloadStrategies
- Specified by:
getDownloadStrategiesin classcom.atlassian.plugin.servlet.AbstractFileServerServlet
-