com.atlassian.plugin.servlet
Interface DownloadStrategy

All Known Implementing Classes:
PluginResourceDownload

public interface DownloadStrategy


Method Summary
 boolean matches(java.lang.String urlPath)
           
 void serveFile(BaseFileServerServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 

Method Detail

matches

boolean matches(java.lang.String urlPath)

serveFile

void serveFile(BaseFileServerServlet servlet,
               javax.servlet.http.HttpServletRequest req,
               javax.servlet.http.HttpServletResponse resp)
               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.