com.atlassian.confluence.mail.notification.listeners
Class AttachmentNotificationsListener.AttachmentMetadataHolder

java.lang.Object
  extended by com.atlassian.confluence.mail.notification.listeners.AttachmentNotificationsListener.AttachmentMetadataHolder
Enclosing class:
AttachmentNotificationsListener

public static class AttachmentNotificationsListener.AttachmentMetadataHolder
extends java.lang.Object

Contains data required to render attachment information in Notifications soy template


Constructor Summary
AttachmentNotificationsListener.AttachmentMetadataHolder(Attachment attachment, java.lang.String i18nKey, java.lang.String cid)
           
 
Method Summary
 Attachment getAttachment()
           
 java.lang.String getCid()
           
 java.lang.String getI18nKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentNotificationsListener.AttachmentMetadataHolder

public AttachmentNotificationsListener.AttachmentMetadataHolder(Attachment attachment,
                                                                java.lang.String i18nKey,
                                                                java.lang.String cid)
Method Detail

getAttachment

public Attachment getAttachment()

getI18nKey

public java.lang.String getI18nKey()

getCid

public java.lang.String getCid()


Copyright © 2003-2013 Atlassian. All Rights Reserved.