public interface ContentBodyConversionManager
ContentBody
to a different representation
format.Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>> |
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.
|
com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>> convert(ContentRepresentation from, String value, ContentRepresentation to, ContentEntityObject ceo, Expansion... expansions)
from
- The format to convert from.value
- The value of the content body that is being converted.to
- The format to covert to.ceo
- The ContentEntityObject to have its contents converted.expansions
- The required expansions, e.g. "webresource.tags,webresource.context,webresource.keys,webresource.uris".Copyright © 2003–2017 Atlassian. All rights reserved.