com.atlassian.confluence.plugins.like.notifications
Class NotificationListener.LinkData

java.lang.Object
  extended by com.atlassian.confluence.plugins.like.notifications.NotificationListener.LinkData
Enclosing class:
NotificationListener

public static final class NotificationListener.LinkData
extends Object

Value object for link data


Constructor Summary
NotificationListener.LinkData(String urlPath, String linkTextI18nKey)
           
 
Method Summary
 String getLinkTextI18nKey()
           
 String getUrlPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationListener.LinkData

public NotificationListener.LinkData(String urlPath,
                                     String linkTextI18nKey)
Method Detail

getUrlPath

public String getUrlPath()

getLinkTextI18nKey

public String getLinkTextI18nKey()


Copyright © 2003-2012 Atlassian. All Rights Reserved.