Uses of Class
com.atlassian.confluence.api.model.HtmlString
Packages that use HtmlString
-
Uses of HtmlString in com.atlassian.confluence.api.model.content.webresource
Methods in com.atlassian.confluence.api.model.content.webresource that return HtmlStringMethods in com.atlassian.confluence.api.model.content.webresource that return types with arguments of type HtmlStringModifier and TypeMethodDescriptionSuperBatchWebResources.getTags()
WebResourceDependencies.getTags()
Methods in com.atlassian.confluence.api.model.content.webresource with parameters of type HtmlStringModifier 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.Method parameters in com.atlassian.confluence.api.model.content.webresource with type arguments of type HtmlStringModifier 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.