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

Packages that use PluginResourceLocator
com.atlassian.plugin.servlet   
com.atlassian.plugin.webresource   
 

Uses of PluginResourceLocator in com.atlassian.plugin.servlet
 

Methods in com.atlassian.plugin.servlet with parameters of type PluginResourceLocator
 void PluginResourceDownload.setPluginResourceLocator(PluginResourceLocator pluginResourceLocator)
           
 

Constructors in com.atlassian.plugin.servlet with parameters of type PluginResourceLocator
PluginResourceDownload(PluginResourceLocator pluginResourceLocator, ContentTypeResolver contentTypeResolver, String characterEncoding)
           
 

Uses of PluginResourceLocator in com.atlassian.plugin.webresource
 

Classes in com.atlassian.plugin.webresource that implement PluginResourceLocator
 class PluginResourceLocatorImpl
          Default implementation of PluginResourceLocator.
 

Fields in com.atlassian.plugin.webresource declared as PluginResourceLocator
protected  PluginResourceLocator WebResourceManagerImpl.pluginResourceLocator
           
 

Constructors in com.atlassian.plugin.webresource with parameters of type PluginResourceLocator
WebResourceManagerImpl(PluginResourceLocator pluginResourceLocator, WebResourceIntegration webResourceIntegration)
           
WebResourceManagerImpl(PluginResourceLocator pluginResourceLocator, WebResourceIntegration webResourceIntegration, ResourceBatchingConfiguration batchingConfiguration)
           
WebResourceManagerImpl(PluginResourceLocator pluginResourceLocator, WebResourceIntegration webResourceIntegration, ResourceBatchingConfiguration batchingConfiguration, com.atlassian.plugin.webresource.ResourceDependencyResolver dependencyResolver)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.