Uses of Class
com.atlassian.confluence.api.model.HtmlString
-
Packages that use HtmlString Package Description com.atlassian.confluence.api.model.content.webresource -
-
Uses of HtmlString in com.atlassian.confluence.api.model.content.webresource
Methods in com.atlassian.confluence.api.model.content.webresource that return HtmlString Modifier and Type Method Description HtmlString
SuperBatchWebResources. getMetatags()
Methods in com.atlassian.confluence.api.model.content.webresource that return types with arguments of type HtmlString Modifier and Type Method Description Map<ResourceType,HtmlString>
SuperBatchWebResources. getTags()
Map<ResourceType,HtmlString>
WebResourceDependencies. getTags()
Methods in com.atlassian.confluence.api.model.content.webresource with parameters of type HtmlString Modifier and Type Method Description SuperBatchWebResources.SuperBatchWebResourcesBuilder
SuperBatchWebResources.SuperBatchWebResourcesBuilder. metatags(HtmlString metatags)
SuperBatchWebResources.SuperBatchWebResourcesBuilder
SuperBatchWebResources.SuperBatchWebResourcesBuilder. tag(ResourceType type, HtmlString htmlString)
WebResourceDependencies.WebResourceDependenciesBuilder
WebResourceDependencies.WebResourceDependenciesBuilder. tag(ResourceType type, HtmlString htmlString)
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.Method parameters in com.atlassian.confluence.api.model.content.webresource with type arguments of type HtmlString Modifier and Type Method Description SuperBatchWebResources.SuperBatchWebResourcesBuilder
SuperBatchWebResources.SuperBatchWebResourcesBuilder. tag(Map<ResourceType,HtmlString> tags)
WebResourceDependencies.WebResourceDependenciesBuilder
WebResourceDependencies.WebResourceDependenciesBuilder. tag(Map<ResourceType,HtmlString> tags)
WebResourcesBuilder
WebResourcesBuilder. tag(Map<ResourceType,HtmlString> tags)
Replaces the existing tags map with the given map.
-