Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation toFormat) |
ContentBody |
ContentBodyConversionServiceImpl.convert(ContentBody contentBody,
ContentRepresentation toFormat,
Expansion... expansions) |
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.
|
ContentBody |
ContentBodyConversionServiceImpl.convertBody(Content content,
ContentRepresentation toFormat) |
ContentBody |
ContentBodyConversionServiceImpl.convertBody(Content content,
ContentRepresentation toFormat,
Expansion... expansions) |
com.atlassian.fugue.Option<ContentBody> |
ContentBodyConversionServiceImpl.getBodyToConvert(Content content,
ContentRepresentation toFormat) |
Modifier and Type | Field and Description |
---|---|
static ContentRepresentation |
SpaceFactory.DEFAULT_DESCRIPTION_REPRESENTATION |
Modifier and Type | Method and Description |
---|---|
Map<ContentRepresentation,ContentBody> |
ContentBodyFactory.makeContentBodies(ContentEntityObject ceo,
BodyContent bodyContent,
Expansions expansions,
ContentFactory contentFactory) |
Modifier and Type | Method and Description |
---|---|
ContentBody |
ContentBodyFactory.build(ContentEntityObject ceo,
BodyContent bodyContent,
ContentRepresentation representation) |
Modifier and Type | Field and Description |
---|---|
static ContentRepresentation |
ContentRepresentation.ANONYMOUS_EXPORT_VIEW
HTML representation for viewing, but with absolute urls, instead of relative urls in the markup, and macros are rendered as though
it is viewed by an anonymous user.
|
static ContentRepresentation |
ContentRepresentation.EDITOR
Representation suitable for use in the rich text editor
|
static ContentRepresentation |
ContentRepresentation.EXPORT_VIEW
HTML representation for viewing, but with absolute urls, instead of relative urls in the markup.
|
static ContentRepresentation |
ContentRepresentation.PLAIN
Raw database format as plain text with no XHTML or WIKI markup.
|
static ContentRepresentation |
ContentRepresentation.RAW
Raw "database" format.
|
protected ContentRepresentation |
FormattedBody.BaseFormattedBodyBuilder.representation |
static ContentRepresentation |
ContentRepresentation.STORAGE
Raw database format, for content that stores data in our XML storage format
|
static ContentRepresentation |
ContentRepresentation.STYLED_VIEW
A rendered view that includes inline styles in a |