Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>> |
ContentBodyConversionManagerImpl.convert(ContentRepresentation fromFormat,
String value,
ContentRepresentation toFormat,
ContentEntityObject ceo,
Expansion... expansions) |
com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>> |
ContentBodyConversionManager.convert(ContentRepresentation from,
String value,
ContentRepresentation to,
ContentEntityObject ceo,
Expansion... expansions)
Computes the converted value of the ContentBody and the required web resources that may be needed to render the converted value.
|
Modifier and Type | Method and Description |
---|---|
WebResourceDependencies |
WebResourceDependenciesFactory.build(WebResourceDependenciesRecorder.RecordedResources recorded,
Expansions wrExpansion)
Builds a
WebResourceDependencies object from the given expansion and the recorded resource. |
Modifier and Type | Field and Description |
---|---|
protected Reference<WebResourceDependencies> |
FormattedBody.BaseFormattedBodyBuilder.webresource |
Modifier and Type | Method and Description |
---|---|
WebResourceDependencies |
FormattedBody.getWebresource() |
Modifier and Type | Method and Description |
---|---|
T |
FormattedBody.BaseFormattedBodyBuilder.webresource(WebResourceDependencies webresource) |
Modifier and Type | Method and Description |
---|---|
T |
FormattedBody.BaseFormattedBodyBuilder.webresource(Reference<WebResourceDependencies> webresource) |
Constructor and Description |
---|
ContentBody(ContentRepresentation representation,
String value,
Reference<Content> contentReference,
Reference<WebResourceDependencies> webresource)
Deprecated.
since 5.9 , use
ContentBody.contentBodyBuilder() |
Modifier and Type | Method and Description |
---|---|
WebResourceDependencies |
WebResourceDependencies.WebResourceDependenciesBuilder.build() |
Copyright © 2003–2018 Atlassian. All rights reserved.