Class ContentBodyFactory
- java.lang.Object
 - 
- com.atlassian.confluence.api.impl.service.content.factory.ContentBodyFactory
 
 
- 
public class ContentBodyFactory extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ContentBodyFactory(ContentBodyConversionManager contentBodyConversionManager) 
- 
Method Summary
All 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
- 
ContentBodyFactory
public ContentBodyFactory(ContentBodyConversionManager contentBodyConversionManager)
 
 - 
 
- 
Method Detail
- 
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)
 
 - 
 
 -