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

Packages that use EmailHandler
com.atlassian.confluence.plugins.emailgateway.api   
com.atlassian.confluence.plugins.emailgateway.api.descriptor   
com.atlassian.confluence.plugins.emailtopage   
com.atlassian.confluence.plugins.replytoemail   
 

Uses of EmailHandler in com.atlassian.confluence.plugins.emailgateway.api
 

Subinterfaces of EmailHandler in com.atlassian.confluence.plugins.emailgateway.api
 interface StagingEmailHandler<C extends ContentEntityObject>
          An EmailHandler that stages emails.
 

Classes in com.atlassian.confluence.plugins.emailgateway.api that implement EmailHandler
 class AbstractEmailHandler
          All EmailHandler implementations should extend this class, for weights.
 

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

Methods in com.atlassian.confluence.plugins.emailgateway.api.descriptor that return EmailHandler
 EmailHandler EmailHandlerModuleDescriptor.createModule()
           
 EmailHandler EmailHandlerModuleDescriptor.getModule()
           
 

Uses of EmailHandler in com.atlassian.confluence.plugins.emailtopage
 

Classes in com.atlassian.confluence.plugins.emailtopage that implement EmailHandler
 class CreatePageEmailHandler
          Creates a page in response to receiving an unrecognised email thread.
 

Uses of EmailHandler in com.atlassian.confluence.plugins.replytoemail
 

Classes in com.atlassian.confluence.plugins.replytoemail that implement EmailHandler
 class ReplyToEmailHandler
          Handles emails that are Replies to emails sent from Confluence.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.