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.servlet   
com.atlassian.plugin.web.descriptors   
 

Uses of ResourceLocation in com.atlassian.plugin
 

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

Uses of ResourceLocation in com.atlassian.plugin.servlet
 

Fields in com.atlassian.plugin.servlet declared as ResourceLocation
protected  ResourceLocation AbstractDownloadableResource.resourceLocation
           
 

Constructors in com.atlassian.plugin.servlet with parameters of type ResourceLocation
AbstractDownloadableResource(BaseFileServerServlet servlet, Plugin plugin, ResourceLocation resourceLocation, java.lang.String extraPath)
           
DownloadableClasspathResource(BaseFileServerServlet servlet, Plugin plugin, ResourceLocation resourceDescriptor, java.lang.String extraPath)
           
DownloadableWebResource(BaseFileServerServlet servlet, Plugin plugin, ResourceLocation resourceDescriptor, java.lang.String extraPath)
           
 

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 © 2008 Atlassian Pty Ltd. All Rights Reserved.