Class ContentBodyFactory
- java.lang.Object
- 
- com.atlassian.confluence.api.impl.service.content.factory.ContentBodyFactory
 
- 
 public class ContentBodyFactory extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ContentBodyFactory(ContentBodyConversionManager contentBodyConversionManager)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentBodybuild(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation)Map<ContentRepresentation,ContentBody>makeContentBodies(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory)
 
- 
- 
- 
Constructor Detail- 
ContentBodyFactorypublic ContentBodyFactory(ContentBodyConversionManager contentBodyConversionManager) 
 
- 
 - 
Method Detail- 
buildpublic ContentBody build(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation) throws ServiceException - Throws:
- ServiceException
 
 - 
makeContentBodiespublic Map<ContentRepresentation,ContentBody> makeContentBodies(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory) 
 
- 
 
-