com.atlassian.confluence.api.impl.service.content.factory
Class ContentBodyFactory

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.content.factory.ContentBodyFactory

public class ContentBodyFactory
extends Object


Constructor Summary
ContentBodyFactory(ContentBodyConversionService contentBodyConversionService)
           
 
Method Summary
 ContentBody build(BodyContent bodyContent, ContentRepresentation representation)
           
 Map<ContentRepresentation,ContentBody> makeContentBodies(BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentBodyFactory

public ContentBodyFactory(ContentBodyConversionService contentBodyConversionService)
Method Detail

build

public ContentBody build(BodyContent bodyContent,
                         ContentRepresentation representation)
                  throws ServiceException
Throws:
ServiceException

makeContentBodies

public Map<ContentRepresentation,ContentBody> makeContentBodies(BodyContent bodyContent,
                                                                Expansions expansions,
                                                                ContentFactory contentFactory)


Copyright © 2003–2015 Atlassian. All rights reserved.