Uses of Interface
com.atlassian.confluence.plugins.emailgateway.api.AttachmentConverter

Packages that use AttachmentConverter
com.atlassian.confluence.plugins.emailgateway.api.descriptor   
com.atlassian.confluence.plugins.emailgateway.attachmentconverter.instances   
 

Uses of AttachmentConverter in com.atlassian.confluence.plugins.emailgateway.api.descriptor
 

Methods in com.atlassian.confluence.plugins.emailgateway.api.descriptor that return AttachmentConverter
 AttachmentConverter<?> AttachmentConverterModuleDescriptor.createModule()
           
 AttachmentConverter<?> AttachmentConverterModuleDescriptor.getModule()
           
 

Uses of AttachmentConverter in com.atlassian.confluence.plugins.emailgateway.attachmentconverter.instances
 

Classes in com.atlassian.confluence.plugins.emailgateway.attachmentconverter.instances that implement AttachmentConverter
 class DefaultAttachmentConverter
          Default catch-all AttachmentConverter that simply converts attachments to Links referencing them.
 class ImageAttachmentConverter
           
 class MultimediaAttachmentConverter
           
 class ViewFileAttachmentConverter
          Converts attachments known to the Office Connector into {viewfile} macros.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.