Uses of Interface
com.atlassian.plugin.servlet.DownloadableResource

Packages that use DownloadableResource
com.atlassian.plugin.servlet   
com.atlassian.plugin.webresource   
com.atlassian.plugin.webresource.transformer   
 

Uses of DownloadableResource in com.atlassian.plugin.servlet
 

Classes in com.atlassian.plugin.servlet that implement DownloadableResource
 class DownloadableClasspathResource
          A DownloadableResource that will serve the resource from the plugin.
 class DownloadableWebResource
          A DownloadableResource that will serve the resource via the web application's ServletContext.
 class ForwardableResource
          A DownloadableResource that simply forwards the request to the given location.
 

Uses of DownloadableResource in com.atlassian.plugin.webresource
 

Classes in com.atlassian.plugin.webresource that implement DownloadableResource
 class BatchPluginResource
          Represents a batch of plugin resources.
 class SuperBatchPluginResource
          Creates a batch of all like-typed resources that are declared as "super-batch="true"" in their plugin definitions.
 class SuperBatchSubResource
          Represents a plugin resource that is a subordinate of the super batch.
 

Methods in com.atlassian.plugin.webresource that return DownloadableResource
 DownloadableResource PluginResourceLocator.getDownloadableResource(String url, Map<String,String> queryParams)
          Returns a DownloadableResource represented by the given url and query params.
 DownloadableResource PluginResourceLocatorImpl.getDownloadableResource(String url, Map<String,String> queryParams)
           
 

Methods in com.atlassian.plugin.webresource with parameters of type DownloadableResource
 void BatchPluginResource.add(DownloadableResource resource)
           
 void SuperBatchPluginResource.add(DownloadableResource downloadableResource)
           
 

Uses of DownloadableResource in com.atlassian.plugin.webresource.transformer
 

Classes in com.atlassian.plugin.webresource.transformer that implement DownloadableResource
 class AbstractStringTransformedDownloadableResource
          Abstract class that makes it easy to create transforms that go from string to string.
 class AbstractTransformedDownloadableResource
          Abstract class for implementing downloadable resources that are wrapping an underlying resource as part of a WebResourceTransformer implementation.
 

Methods in com.atlassian.plugin.webresource.transformer that return DownloadableResource
protected  DownloadableResource AbstractTransformedDownloadableResource.getOriginalResource()
           
 DownloadableResource WebResourceTransformer.transform(org.dom4j.Element configElement, ResourceLocation location, String filePath, DownloadableResource nextResource)
          Transforms the downloadable resource by returning a new one.
 

Methods in com.atlassian.plugin.webresource.transformer with parameters of type DownloadableResource
 DownloadableResource WebResourceTransformer.transform(org.dom4j.Element configElement, ResourceLocation location, String filePath, DownloadableResource nextResource)
          Transforms the downloadable resource by returning a new one.
 

Constructors in com.atlassian.plugin.webresource.transformer with parameters of type DownloadableResource
AbstractStringTransformedDownloadableResource(DownloadableResource originalResource)
           
AbstractTransformedDownloadableResource(DownloadableResource originalResource)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.