Uses of Interface
com.atlassian.confluence.api.model.content.webresource.WebResourcesBuilder
Packages that use WebResourcesBuilder
-
Uses of WebResourcesBuilder in com.atlassian.confluence.api.model.content.webresource
Classes in com.atlassian.confluence.api.model.content.webresource that implement WebResourcesBuilderModifier and TypeClassDescriptionstatic class
Builder forSuperBatchWebResources
static class
Builder forWebResourceDependencies
Methods in com.atlassian.confluence.api.model.content.webresource that return WebResourcesBuilderModifier and TypeMethodDescriptionWebResourcesBuilder.addCollapsedTag
(ResourceType tagType) The builder should have a collapsed tag entry for the given resource type.WebResourcesBuilder.addCollapsedUris
(ResourceType type) The builder should have a collapsed uri list for the given resource type.WebResourcesBuilder.tag
(ResourceType type, HtmlString htmlString) Add, or if the resource type is already added, replaces the existing tag with the given tag for the given resource type.WebResourcesBuilder.tag
(Map<ResourceType, HtmlString> tags) Replaces the existing tags map with the given map.WebResourcesBuilder.uris
(ResourceType type, List<URI> uris) Adds, or if the resource type is already added, replaces the existing uris for the given resource type with the new uris given.WebResourcesBuilder.uris
(Map<ResourceType, List<URI>> uris) Replaces the existing uris map with the given map.