Class LegacyContentBodyBuilder
- java.lang.Object
-
- com.atlassian.confluence.ui.rest.builder.LegacyContentBodyBuilder
-
@Deprecated @Component public class LegacyContentBodyBuilder extends Object
Deprecated.since 7.0.1 , useContentBody.ContentBodyBuilder
-
-
Constructor Summary
Constructors Constructor Description LegacyContentBodyBuilder(Renderer viewRenderer, FormatConverter formatConverter)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ContentBody
build(BodyContent bodyContent, ContentRepresentation representation)
Deprecated.Map<ContentRepresentation,ContentBody>
makeContentBodies(BodyContent bodyContent, Expansions expansions)
Deprecated.
-
-
-
Constructor Detail
-
LegacyContentBodyBuilder
@Autowired public LegacyContentBodyBuilder(Renderer viewRenderer, FormatConverter formatConverter)
Deprecated.
-
-
Method Detail
-
build
public ContentBody build(BodyContent bodyContent, ContentRepresentation representation)
Deprecated.
-
makeContentBodies
public Map<ContentRepresentation,ContentBody> makeContentBodies(BodyContent bodyContent, Expansions expansions)
Deprecated.
-
-