Class ContentBodyFactory
java.lang.Object
com.atlassian.confluence.api.impl.service.content.factory.ContentBodyFactory
-
Constructor Summary
ConstructorsConstructorDescriptionContentBodyFactory
(ContentBodyConversionManager contentBodyConversionManager) -
Method Summary
Modifier and TypeMethodDescriptionbuild
(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation) makeContentBodies
(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory)
-
Constructor Details
-
ContentBodyFactory
-
-
Method Details
-
build
public ContentBody build(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation) throws ServiceException - Throws:
ServiceException
-
makeContentBodies
public Map<ContentRepresentation,ContentBody> makeContentBodies(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory)
-