Uses of Class
com.atlassian.plugin.servlet.BaseFileServerServlet

Packages that use BaseFileServerServlet
com.atlassian.plugin.servlet   
 

Uses of BaseFileServerServlet in com.atlassian.plugin.servlet
 

Fields in com.atlassian.plugin.servlet declared as BaseFileServerServlet
protected  BaseFileServerServlet AbstractDownloadableResource.servlet
           
 

Methods in com.atlassian.plugin.servlet with parameters of type BaseFileServerServlet
 void PluginResourceDownload.serveFile(BaseFileServerServlet servlet, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 void DownloadStrategy.serveFile(BaseFileServerServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
protected  void PluginResourceDownload.servePluginResource(BaseFileServerServlet servlet, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, java.lang.String moduleCompleteKey, java.lang.String resourceName)
           
 

Constructors in com.atlassian.plugin.servlet with parameters of type BaseFileServerServlet
AbstractDownloadableResource(BaseFileServerServlet servlet, Plugin plugin, ResourceLocation resourceLocation, java.lang.String extraPath)
           
DownloadableClasspathResource(BaseFileServerServlet servlet, Plugin plugin, ResourceLocation resourceDescriptor, java.lang.String extraPath)
           
DownloadableWebResource(BaseFileServerServlet servlet, Plugin plugin, ResourceLocation resourceDescriptor, java.lang.String extraPath)
           
 



Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.