@ExperimentalApi
@Internal
public interface WebResourcesBuilder
Modifier and Type | Method and Description |
---|---|
WebResourcesBuilder |
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(Map<ResourceType,HtmlString> tags)
Replaces the existing tags map with the given map.
|
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 |
uris(Map<ResourceType,List<URI>> uris)
Replaces the existing uris 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(ResourceType type, List<URI> uris)
WebResourcesBuilder uris(Map<ResourceType,List<URI>> uris)
WebResourcesBuilder addCollapsedUris(ResourceType type)
WebResourcesBuilder tag(ResourceType type, HtmlString htmlString)
WebResourcesBuilder tag(Map<ResourceType,HtmlString> tags)
WebResourcesBuilder addCollapsedTag(ResourceType tagType)
Copyright © 2003–2018 Atlassian. All rights reserved.