com.atlassian.confluence.user.actions
Class ProfilePictureInfo

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

public class ProfilePictureInfo
extends java.lang.Object

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


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

Field Detail

DEFAULT_PROFILE_PICTURE

public static final java.lang.String DEFAULT_PROFILE_PICTURE
See Also:
Constant Field Values
Constructor Detail

ProfilePictureInfo

public ProfilePictureInfo(java.lang.String downloadPath)

ProfilePictureInfo

public ProfilePictureInfo(Attachment attachment)
Method Detail

getFileName

public java.lang.String getFileName()

getDownloadPath

public java.lang.String getDownloadPath()

isUploaded

public boolean isUploaded()

isDefault

public boolean isDefault()


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.