Uses of Interface
com.atlassian.confluence.api.extension.typebinding.ContentTypeBinding

Packages that use ContentTypeBinding
com.atlassian.confluence.api.extension.typebinding   
com.atlassian.confluence.api.impl.service.content.typebinding   
 

Uses of ContentTypeBinding in com.atlassian.confluence.api.extension.typebinding
 

Classes in com.atlassian.confluence.api.extension.typebinding that implement ContentTypeBinding
 class AbstractContentTypeBinding
          Abstract ContentTypeBinding impl with some common helper methods.
 

Uses of ContentTypeBinding in com.atlassian.confluence.api.impl.service.content.typebinding
 

Classes in com.atlassian.confluence.api.impl.service.content.typebinding that implement ContentTypeBinding
 class AttachmentContentTypeBinding
          Performs API operations for Attachments.
 class CommentContentTypeBinding
          Performs API operations for Comments.
 class PageContentTypeBinding
          Provides Pages for the API.
 

Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return ContentTypeBinding
 ContentTypeBinding ContentTypeBindingProvider.getForType(ContentType type)
           
 

Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return types with arguments of type ContentTypeBinding
 java.util.List<ContentTypeBinding> ContentTypeBindingProvider.getList()
           
 java.util.Map<ContentType,ContentTypeBinding> ContentTypeBindingProvider.getMap()
           
 

Constructor parameters in com.atlassian.confluence.api.impl.service.content.typebinding with type arguments of type ContentTypeBinding
ContentTypeBindingProvider(java.util.List<com.google.common.base.Supplier<ContentTypeBinding>> bundledBindings)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.