public static class SuperBatchWebResources.SuperBatchWebResourcesBuilder extends Object implements WebResourcesBuilder
SuperBatchWebResources
Modifier and Type | Method and Description |
---|---|
SuperBatchWebResources.SuperBatchWebResourcesBuilder |
addCollapsedTag(ResourceType tagType)
The builder should have a collapsed tag entry for the given resource type.
|
SuperBatchWebResources.SuperBatchWebResourcesBuilder |
addCollapsedUris(ResourceType type)
The builder should have a collapsed uri list for the given resource type.
|
SuperBatchWebResources |
build() |
SuperBatchWebResources.SuperBatchWebResourcesBuilder |
metatags(HtmlString metatags) |
SuperBatchWebResources.SuperBatchWebResourcesBuilder |
tag(Map<ResourceType,HtmlString> tags)
Replaces the existing tags map with the given map.
|
SuperBatchWebResources.SuperBatchWebResourcesBuilder |
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.
|
SuperBatchWebResources.SuperBatchWebResourcesBuilder |
uris(Map<ResourceType,List<URI>> uris)
Replaces the existing uris map with the given map.
|
SuperBatchWebResources.SuperBatchWebResourcesBuilder |
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.
|
public SuperBatchWebResources.SuperBatchWebResourcesBuilder metatags(HtmlString metatags)
public SuperBatchWebResources.SuperBatchWebResourcesBuilder uris(ResourceType type, List<URI> uris)
WebResourcesBuilder
uris
in interface WebResourcesBuilder
public SuperBatchWebResources.SuperBatchWebResourcesBuilder uris(Map<ResourceType,List<URI>> uris)
WebResourcesBuilder
uris
in interface WebResourcesBuilder
public SuperBatchWebResources.SuperBatchWebResourcesBuilder addCollapsedUris(ResourceType type)
WebResourcesBuilder
addCollapsedUris
in interface WebResourcesBuilder
public SuperBatchWebResources.SuperBatchWebResourcesBuilder tag(ResourceType type, HtmlString htmlString)
WebResourcesBuilder
tag
in interface WebResourcesBuilder
public SuperBatchWebResources.SuperBatchWebResourcesBuilder tag(Map<ResourceType,HtmlString> tags)
WebResourcesBuilder
tag
in interface WebResourcesBuilder
public SuperBatchWebResources.SuperBatchWebResourcesBuilder addCollapsedTag(ResourceType tagType)
WebResourcesBuilder
addCollapsedTag
in interface WebResourcesBuilder
public SuperBatchWebResources build()
Copyright © 2003–2018 Atlassian. All rights reserved.