Package | Description |
---|---|
com.atlassian.confluence.api.model.content.webresource |
Modifier and Type | Class and Description |
---|---|
static class |
SuperBatchWebResources.SuperBatchWebResourcesBuilder
Builder for
SuperBatchWebResources |
static class |
WebResourceDependencies.WebResourceDependenciesBuilder
Builder for
WebResourceDependencies |
Modifier and Type | Method and Description |
---|---|
WebResourcesBuilder |
WebResourcesBuilder.addCollapsedTag(ResourceType tagType)
The builder should have a collapsed tag entry for the given resource type.
|
WebResourcesBuilder |
WebResourcesBuilder.addCollapsedUris(ResourceType type)
The builder should have a collapsed uri list for the given resource type.
|
WebResourcesBuilder |
WebResourcesBuilder.tag(Map<ResourceType,HtmlString> tags)
Replaces the existing tags map with the given map.
|
WebResourcesBuilder |
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 |
WebResourcesBuilder.uris(Map<ResourceType,List<URI>> uris)
Replaces the existing uris map with the given map.
|
WebResourcesBuilder |
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.
|
Copyright © 2003–2018 Atlassian. All rights reserved.