Uses of Class
com.atlassian.plugin.webresource.assembler.WebResourceInformation
Packages that use WebResourceInformation
Package
Description
-
Uses of WebResourceInformation in com.atlassian.plugin.webresource.assembler
Constructor parameters in com.atlassian.plugin.webresource.assembler with type arguments of type WebResourceInformationModifierConstructorDescriptionDefaultWebResourceSet(Config config, RequestState requestState, Collection<WebResourceInformation> webResourceInformation) -
Uses of WebResourceInformation in com.atlassian.plugin.webresource.assembler.html
Methods in com.atlassian.plugin.webresource.assembler.html with parameters of type WebResourceInformationModifier and TypeMethodDescriptionvoidHtmlTagWriter.writeHtmlTag(WebResourceInformation information, Predicate<WebResource> predicate, Predicate<ResourceUrl> legacyPredicate) Generates HTML import tags for eachgetResourceUrls()according to its URL extension type and write it into theHtmlTagWriter.writer.