@ExperimentalApi public class WebResourceDependencies extends Object
FormattedBody
's various ContentRepresentation
might require to render properly on the client.Modifier and Type | Class and Description |
---|---|
static class |
WebResourceDependencies.Expansions
Holds the string representable of the expandable fields of
WebResourceDependencies . |
static class |
WebResourceDependencies.WebResourceDependenciesBuilder
Builder for
WebResourceDependencies |
Constructor and Description |
---|
WebResourceDependencies(List<String> keys,
List<String> contexts,
Map<ResourceType,List<URI>> uris,
Map<ResourceType,HtmlString> tags,
SuperBatchWebResources superbatch) |
Modifier and Type | Method and Description |
---|---|
static WebResourceDependencies.WebResourceDependenciesBuilder |
builder() |
List<String> |
getContexts() |
List<String> |
getKeys() |
SuperBatchWebResources |
getSuperbatch() |
Map<ResourceType,HtmlString> |
getTags() |
Map<ResourceType,List<URI>> |
getUris() |
public WebResourceDependencies(List<String> keys, List<String> contexts, Map<ResourceType,List<URI>> uris, Map<ResourceType,HtmlString> tags, SuperBatchWebResources superbatch)
public static WebResourceDependencies.WebResourceDependenciesBuilder builder()
public List<String> getContexts()
WRM.requireContext()
via
client side javascript.public List<String> getKeys()
WRM.requireResoure()
via client side javascript.public Map<ResourceType,List<URI>> getUris()
ResourceType.DATA
, as that type does not have
a uri associated with it.public Map<ResourceType,HtmlString> getTags()
public SuperBatchWebResources getSuperbatch()
Copyright © 2003–2018 Atlassian. All rights reserved.