|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugins.emailtopage.CreatePageEmailHandler
public class CreatePageEmailHandler
Creates a page in response to receiving an unrecognised email thread.
| Constructor Summary | |
|---|---|
CreatePageEmailHandler(EmailStagingService emailStagingService,
ConfirmationNotificationSender confirmationNotificationSender,
EmailToContentConverter<AbstractPage> converter)
|
|
| Method Summary | |
|---|---|
ConfirmationNotificationSender |
getConfirmationNotificationSender()
|
EmailToContentConverter<AbstractPage> |
getConverter()
|
boolean |
handle(ReceivedEmail email)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreatePageEmailHandler(EmailStagingService emailStagingService,
ConfirmationNotificationSender confirmationNotificationSender,
EmailToContentConverter<AbstractPage> converter)
| Method Detail |
|---|
public boolean handle(ReceivedEmail email)
throws EmailHandlingException
handle in interface EmailHandlerEmailHandlingExceptionpublic ConfirmationNotificationSender getConfirmationNotificationSender()
getConfirmationNotificationSender in interface StagingEmailHandler<AbstractPage>public EmailToContentConverter<AbstractPage> getConverter()
getConverter in interface StagingEmailHandler<AbstractPage>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||