Uses of Class
com.atlassian.plugin.webresource.ResourceUrl
Packages that use ResourceUrl
Package
Description
-
Uses of ResourceUrl in com.atlassian.plugin.webresource
Subclasses of ResourceUrl in com.atlassian.plugin.webresourceModifier and TypeClassDescriptionclassAn adapter between the current URL Generation code and previous URL Output code.classAn adapter between the current URL Generation code and previous URL Output code.classAn adapter between the current URL Generation code and previous URL Output code. -
Uses of ResourceUrl in com.atlassian.plugin.webresource.assembler
Fields in com.atlassian.plugin.webresource.assembler declared as ResourceUrlModifier and TypeFieldDescriptionprotected final ResourceUrlDefaultPluginUrlResource.resourceUrlprotected final ResourceUrlDefaultPluginUrlResource.resourceUrlMethods in com.atlassian.plugin.webresource.assembler that return ResourceUrlMethods in com.atlassian.plugin.webresource.assembler that return types with arguments of type ResourceUrlModifier and TypeMethodDescriptionDefaultWebResourceSet.getResourceUrls()WebResourceInformation.getUrls()Constructors in com.atlassian.plugin.webresource.assembler with parameters of type ResourceUrlModifierConstructorDescriptionDefaultPluginCssResource(ResourceUrl resourceUrl) DefaultPluginCssResource(ResourceUrl resourceUrl, ResourcePhase resourcePhase) DefaultPluginJsResource(ResourceUrl resourceUrl) DefaultPluginJsResource(ResourceUrl resourceUrl, ResourcePhase resourcePhase) ResourceUrls(ResourceUrl resourceUrl, PluginUrlResource<?> pluginUrlResource) -
Uses of ResourceUrl in com.atlassian.plugin.webresource.impl.helpers.url
Methods in com.atlassian.plugin.webresource.impl.helpers.url that return types with arguments of type ResourceUrlModifier and TypeMethodDescriptionprotected static List<ResourceUrl>UrlGenerationHelpers.collectUrlStateAndBuildResourceUrls(RequestState requestState, UrlBuildingStrategy urlBuilderStrategy, List<ContextBatch> contextBatches, List<WebResourceBatch> webResourceBatches) Collect URL State for Conditions and Transformers and build Resource URLs.protected static List<ResourceUrl>UrlGenerationHelpers.createResourceUrlsForRedirectResources(RequestCache requestCache, UrlBuildingStrategy urlBuilderStrategy, List<Resource> resources) Creates Resource URLs for redirect resources.Resolved.getUrls()Constructor parameters in com.atlassian.plugin.webresource.impl.helpers.url with type arguments of type ResourceUrl