Uses of Class
com.atlassian.plugin.webresource.assembler.ResourceUrls
Packages that use ResourceUrls
Package
Description
-
Uses of ResourceUrls in com.atlassian.plugin.webresource
Methods in com.atlassian.plugin.webresource with parameters of type ResourceUrlsModifier and TypeMethodDescriptionstatic StringBatchResourceContentsWebFormatter.insertBatchResourceContents(ResourceUrls resource, String formattedResource) Modify the supplied formattedResource to contain any necessary data attributes required to carry additional information about the PluginResource being written. -
Uses of ResourceUrls in com.atlassian.plugin.webresource.assembler
Methods in com.atlassian.plugin.webresource.assembler that return types with arguments of type ResourceUrls -
Uses of ResourceUrls in com.atlassian.plugin.webresource.assembler.html
Methods in com.atlassian.plugin.webresource.assembler.html with parameters of type ResourceUrlsMethod parameters in com.atlassian.plugin.webresource.assembler.html with type arguments of type ResourceUrlsModifier and TypeMethodDescriptionvoidHtmlTagWriter.writeHtmlTag(Collection<ResourceUrls> resources) Generates HTML tags for eachResourceUrlsaccording to its URL extension type and write it into theHtmlTagWriter.writer.voidInlineHtmlTagWriter.writeHtmlTag(Collection<ResourceUrls> resources)