Uses of Interface
com.atlassian.confluence.api.service.content.ContentBodyConversionService

Packages that use ContentBodyConversionService
com.atlassian.confluence.api   
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.factory   
com.atlassian.confluence.rest.resources   
 

Uses of ContentBodyConversionService in com.atlassian.confluence.api
 

Methods in com.atlassian.confluence.api that return ContentBodyConversionService
 ContentBodyConversionService ProxyCreator.makeContentBodyConversionServiceProxy()
           
 

Uses of ContentBodyConversionService in com.atlassian.confluence.api.impl.service.content
 

Classes in com.atlassian.confluence.api.impl.service.content that implement ContentBodyConversionService
 class ContentBodyConversionServiceImpl
           
 

Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentBodyConversionService
ContentServiceImpl(PageManagerInternal pageManager, CommentManagerInternal commentManager, PermissionManager permissionManager, ContentFactory contentFactory, SpaceManager spaceManager, PageService pageService, BlogPostService blogPostService, CommentService commentService, ContentBodyConversionService contentBodyConversionService, AttachmentService attachmentService, ContentFinderFactory contentFinderFactory)
           
 

Uses of ContentBodyConversionService in com.atlassian.confluence.api.impl.service.content.factory
 

Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentBodyConversionService
ContentBodyFactory(ContentBodyConversionService contentBodyConversionService)
           
 

Uses of ContentBodyConversionService in com.atlassian.confluence.rest.resources
 

Constructors in com.atlassian.confluence.rest.resources with parameters of type ContentBodyConversionService
ContentBodyResource(ContentBodyConversionService service)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.