Uses of Interface
com.atlassian.jira.service.util.handler.MessageUserProcessor

Packages that use MessageUserProcessor
com.atlassian.jira.plugins.mail.handlers   
com.atlassian.jira.service.util.handler   
 

Uses of MessageUserProcessor in com.atlassian.jira.plugins.mail.handlers
 

Fields in com.atlassian.jira.plugins.mail.handlers declared as MessageUserProcessor
protected  MessageUserProcessor AbstractMessageHandler.messageUserProcessor
          Deprecated.  
 

Methods in com.atlassian.jira.plugins.mail.handlers that return MessageUserProcessor
protected  MessageUserProcessor AbstractMessageHandler.getMessageUserProcessor()
          Deprecated.  
 

Constructors in com.atlassian.jira.plugins.mail.handlers with parameters of type MessageUserProcessor
AbstractCommentHandler(PermissionManager permissionManager, IssueUpdater issueUpdater, UserManager userManager, ApplicationProperties applicationProperties, JiraApplicationContext jiraApplicationContext, MailLoggingManager mailLoggingManager, MessageUserProcessor messageUserProcessor)
           
AbstractMessageHandler(UserManager userManager, ApplicationProperties applicationProperties, JiraApplicationContext jiraApplicationContext, MailLoggingManager mailLoggingManager, MessageUserProcessor messageUserProcessor)
          Deprecated.  
FullCommentHandler(PermissionManager permissionManager, IssueUpdater issueUpdater, UserManager userManager, ApplicationProperties applicationProperties, JiraApplicationContext jiraApplicationContext, MailLoggingManager mailLoggingManager, MessageUserProcessor messageUserProcessor)
           
NonQuotedCommentHandler(PermissionManager permissionManager, IssueUpdater issueUpdater, UserManager userManager, ApplicationProperties applicationProperties, JiraApplicationContext jiraApplicationContext, MailLoggingManager mailLoggingManager, MessageUserProcessor messageUserProcessor)
           
RegexCommentHandler(PermissionManager permissionManager, IssueUpdater issueUpdater, UserManager userManager, ApplicationProperties applicationProperties, JiraApplicationContext jiraApplicationContext, MailLoggingManager mailLoggingManager, MessageUserProcessor messageUserProcessor)
           
 

Uses of MessageUserProcessor in com.atlassian.jira.service.util.handler
 

Classes in com.atlassian.jira.service.util.handler that implement MessageUserProcessor
 class MessageUserProcessorImpl
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.