Uses of Interface
com.atlassian.plugin.webresource.PluginResource

Packages that use PluginResource
com.atlassian.plugin.webresource   
 

Uses of PluginResource in com.atlassian.plugin.webresource
 

Classes in com.atlassian.plugin.webresource that implement PluginResource
 class BatchPluginResource
          Represents a batch of plugin resources.
 class SinglePluginResource
          Represents a single plugin resource.
 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 types with arguments of type PluginResource
 List<PluginResource> PluginResourceLocator.getPluginResources(String moduleCompleteKey)
          Returns a list of PluginResources for a given plugin module's complete key.
 List<PluginResource> PluginResourceLocatorImpl.getPluginResources(String moduleCompleteKey)
           
 

Methods in com.atlassian.plugin.webresource with parameters of type PluginResource
static SuperBatchPluginResource SuperBatchPluginResource.createBatchFor(PluginResource pluginResource)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.