Uses of Interface
com.atlassian.confluence.api.model.content.webresource.WebResourcesBuilder
-
Packages that use WebResourcesBuilder Package Description com.atlassian.confluence.api.model.content.webresource -
-
Uses of WebResourcesBuilder in com.atlassian.confluence.api.model.content.webresource
Classes in com.atlassian.confluence.api.model.content.webresource that implement WebResourcesBuilder Modifier and Type Class Description static class
SuperBatchWebResources.SuperBatchWebResourcesBuilder
Builder forSuperBatchWebResources
static class
WebResourceDependencies.WebResourceDependenciesBuilder
Builder forWebResourceDependencies
Methods in com.atlassian.confluence.api.model.content.webresource that return WebResourcesBuilder Modifier and Type Method 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(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. tag(Map<ResourceType,HtmlString> tags)
Replaces the existing tags 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.WebResourcesBuilder
WebResourcesBuilder. uris(Map<ResourceType,List<URI>> uris)
Replaces the existing uris map with the given map.
-