com.atlassian.confluence.ui.rest.builder
Class ContentBodyBuilder

java.lang.Object
  extended by com.atlassian.confluence.ui.rest.builder.ContentBodyBuilder

public class ContentBodyBuilder
extends java.lang.Object


Constructor Summary
ContentBodyBuilder(Renderer viewRenderer, FormatConverter formatConverter)
           
 
Method Summary
 ContentBody build(BodyContent bodyContent, ContentRepresentation representation)
           
 java.util.Map<ContentRepresentation,ContentBody> makeContentBodies(BodyContent bodyContent, Expansions expansions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentBodyBuilder

public ContentBodyBuilder(Renderer viewRenderer,
                          FormatConverter formatConverter)
Method Detail

build

public ContentBody build(BodyContent bodyContent,
                         ContentRepresentation representation)

makeContentBodies

public java.util.Map<ContentRepresentation,ContentBody> makeContentBodies(BodyContent bodyContent,
                                                                          Expansions expansions)


Copyright © 2003-2014 Atlassian. All Rights Reserved.