com.atlassian.plugin.servlet
Class DownloadableClasspathResource

java.lang.Object
  extended by com.atlassian.plugin.servlet.AbstractDownloadableResource
      extended by com.atlassian.plugin.servlet.DownloadableClasspathResource
All Implemented Interfaces:
DownloadableResource

public class DownloadableClasspathResource
extends AbstractDownloadableResource


Field Summary
 
Fields inherited from class com.atlassian.plugin.servlet.AbstractDownloadableResource
extraPath, plugin, resourceLocation, servlet
 
Constructor Summary
DownloadableClasspathResource(BaseFileServerServlet servlet, Plugin plugin, ResourceLocation resourceDescriptor, java.lang.String extraPath)
           
 
Method Summary
 void serveResource(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 
Methods inherited from class com.atlassian.plugin.servlet.AbstractDownloadableResource
checkResourceNotModified, getContentType, getLocation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DownloadableClasspathResource

public DownloadableClasspathResource(BaseFileServerServlet servlet,
                                     Plugin plugin,
                                     ResourceLocation resourceDescriptor,
                                     java.lang.String extraPath)
Method Detail

serveResource

public void serveResource(javax.servlet.http.HttpServletRequest httpServletRequest,
                          javax.servlet.http.HttpServletResponse httpServletResponse)
                   throws java.io.IOException
Specified by:
serveResource in interface DownloadableResource
Specified by:
serveResource in class AbstractDownloadableResource
Throws:
java.io.IOException


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