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   
 

Uses of ResourceLocation in com.atlassian.plugin
 

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

Uses of ResourceLocation in com.atlassian.plugin.descriptors
 

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

Uses of ResourceLocation in com.atlassian.plugin.elements
 

Methods in com.atlassian.plugin.elements that return ResourceLocation
 ResourceLocation ResourceDescriptor.getResourceLocationForName(java.lang.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(java.lang.String type, java.lang.String name)
           
 ResourceLocation AbstractDelegatingPlugin.getResourceLocation(java.lang.String type, java.lang.String name)
           
 

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

Methods in com.atlassian.plugin.osgi.factory that return ResourceLocation
 ResourceLocation OsgiBundlePlugin.getResourceLocation(java.lang.String type, java.lang.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, java.lang.String extraPath)
           
DownloadableWebResource(Plugin plugin, ResourceLocation resourceLocation, java.lang.String extraPath, javax.servlet.ServletContext servletContext)
           
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(java.lang.String type, java.lang.String name)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.