com.atlassian.crowd.plugin.servlet
Class FileServerServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.atlassian.plugin.servlet.AbstractFileServerServlet
              extended by com.atlassian.crowd.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 File from crowd, for a given number of strategies. e.g. plugin web-resources

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.plugin.servlet.AbstractFileServerServlet
PATH_SEPARATOR, RESOURCE_URL_PREFIX, SERVLET_PATH
 
Constructor Summary
FileServerServlet()
           
 
Method Summary
protected  List<com.atlassian.plugin.servlet.DownloadStrategy> getDownloadStrategies()
           
 void init(javax.servlet.ServletConfig config)
           
 
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, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileServerServlet

public FileServerServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

getDownloadStrategies

protected List<com.atlassian.plugin.servlet.DownloadStrategy> getDownloadStrategies()
Specified by:
getDownloadStrategies in class com.atlassian.plugin.servlet.AbstractFileServerServlet


Copyright © 2013 Atlassian. All Rights Reserved.