Uses of Class
com.atlassian.confluence.api.model.HtmlString
-
Uses of HtmlString in com.atlassian.confluence.api.model.content.webresource
Modifier and TypeMethodDescriptionSuperBatchWebResources.getTags()
WebResourceDependencies.getTags()
Modifier and TypeMethodDescriptionSuperBatchWebResources.SuperBatchWebResourcesBuilder.metatags
(HtmlString metatags) SuperBatchWebResources.SuperBatchWebResourcesBuilder.tag
(ResourceType type, HtmlString htmlString) WebResourceDependencies.WebResourceDependenciesBuilder.tag
(ResourceType type, HtmlString htmlString) 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.Modifier and TypeMethodDescriptionSuperBatchWebResources.SuperBatchWebResourcesBuilder.tag
(Map<ResourceType, HtmlString> tags) WebResourceDependencies.WebResourceDependenciesBuilder.tag
(Map<ResourceType, HtmlString> tags) WebResourcesBuilder.tag
(Map<ResourceType, HtmlString> tags) Replaces the existing tags map with the given map.