com.atlassian.confluence.user.actions
Class ProfilePictureInfo

java.lang.Object
  extended by com.atlassian.confluence.user.actions.ProfilePictureInfo

public class ProfilePictureInfo
extends Object

This class handles the difference between an avatar which is a standard icon and one which is an attachment.


Constructor Summary
ProfilePictureInfo(Attachment attachment)
           
ProfilePictureInfo(String downloadPath)
           
 
Method Summary
 String getDownloadPath()
           
 String getFileName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilePictureInfo

public ProfilePictureInfo(String downloadPath)

ProfilePictureInfo

public ProfilePictureInfo(Attachment attachment)
Method Detail

getFileName

public String getFileName()

getDownloadPath

public String getDownloadPath()


Confluence is developed by Atlassian.