Uses of Class
com.atlassian.plugin.elements.ResourceLocation

Packages that use ResourceLocation
com.atlassian.plugin   
com.atlassian.plugin.descriptors   
com.atlassian.plugin.elements   
com.atlassian.plugin.impl   
com.atlassian.plugin.osgi.factory Deployers for OSGi-related plugins 
com.atlassian.plugin.servlet   
com.atlassian.plugin.web.descriptors   
com.atlassian.plugin.webresource.transformer   
 

Uses of ResourceLocation in com.atlassian.plugin
 

Methods in com.atlassian.plugin that return ResourceLocation
 ResourceLocation Resourced.getResourceLocation(String type, String name)
          Get a ResourceLocation of a particular type and name.
 ResourceLocation Resources.getResourceLocation(String type, String name)
           
 

Uses of ResourceLocation in com.atlassian.plugin.descriptors
 

Methods in com.atlassian.plugin.descriptors that return ResourceLocation
 ResourceLocation AbstractModuleDescriptor.getResourceLocation(String type, String name)
           
 

Uses of ResourceLocation in com.atlassian.plugin.elements
 

Methods in com.atlassian.plugin.elements that return ResourceLocation
 ResourceLocation ResourceDescriptor.getResourceLocationForName(String name)
          Used for resource descriptors that specify multiple resources, via ResourceDescriptor.pattern.
 

Uses of ResourceLocation in com.atlassian.plugin.impl
 

Methods in com.atlassian.plugin.impl that return ResourceLocation
 ResourceLocation AbstractPlugin.getResourceLocation(String type, String name)
           
 ResourceLocation AbstractDelegatingPlugin.getResourceLocation(String type, String name)
           
 

Uses of ResourceLocation in com.atlassian.plugin.osgi.factory
 

Methods in com.atlassian.plugin.osgi.factory that return ResourceLocation
 ResourceLocation OsgiBundlePlugin.getResourceLocation(String type, String name)
           
 

Uses of ResourceLocation in com.atlassian.plugin.servlet
 

Constructors in com.atlassian.plugin.servlet with parameters of type ResourceLocation
DownloadableClasspathResource(Plugin plugin, ResourceLocation resourceLocation, String extraPath)
           
DownloadableWebResource(Plugin plugin, ResourceLocation resourceLocation, String extraPath, javax.servlet.ServletContext servletContext, boolean disableMinification)
           
ForwardableResource(ResourceLocation resourceLocation)
           
 

Uses of ResourceLocation in com.atlassian.plugin.web.descriptors
 

Methods in com.atlassian.plugin.web.descriptors that return ResourceLocation
 ResourceLocation DefaultAbstractWebFragmentModuleDescriptor.getResourceLocation(String type, String name)
           
 

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

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



Copyright © 2010 Atlassian. All Rights Reserved.