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 classSuperBatchWebResources.SuperBatchWebResourcesBuilderBuilder forSuperBatchWebResourcesstatic classWebResourceDependencies.WebResourceDependenciesBuilderBuilder forWebResourceDependenciesMethods in com.atlassian.confluence.api.model.content.webresource that return WebResourcesBuilder Modifier and Type Method Description WebResourcesBuilderWebResourcesBuilder. addCollapsedTag(ResourceType tagType)The builder should have a collapsed tag entry for the given resource type.WebResourcesBuilderWebResourcesBuilder. addCollapsedUris(ResourceType type)The builder should have a collapsed uri list for the given resource type.WebResourcesBuilderWebResourcesBuilder. 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.WebResourcesBuilderWebResourcesBuilder. tag(Map<ResourceType,HtmlString> tags)Replaces the existing tags map with the given map.WebResourcesBuilderWebResourcesBuilder. 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.WebResourcesBuilderWebResourcesBuilder. uris(Map<ResourceType,List<URI>> uris)Replaces the existing uris map with the given map.
-