public class

ProfilePictureInfo

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.user.actions.ProfilePictureInfo

Class Overview

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

Summary

Constants
String ANONYMOUS_PROFILE_PATH
String DEFAULT_PROFILE_PATH
Fields
public static final ProfilePictureInfo ANONYMOUS_PROFILE
public static final ProfilePictureInfo DEFAULT_PROFILE
Public Constructors
ProfilePictureInfo(String downloadPath)
ProfilePictureInfo(Attachment attachment)
Public Methods
String getDownloadPath()
String getFileName()
boolean isAnonymous()
boolean isDefault()
boolean isUploaded()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ANONYMOUS_PROFILE_PATH

Constant Value: "/images/icons/profilepics/anonymous.png"

public static final String DEFAULT_PROFILE_PATH

Constant Value: "/images/icons/profilepics/default.gif"

Fields

public static final ProfilePictureInfo ANONYMOUS_PROFILE

public static final ProfilePictureInfo DEFAULT_PROFILE

Public Constructors

public ProfilePictureInfo (String downloadPath)

public ProfilePictureInfo (Attachment attachment)

Public Methods

public String getDownloadPath ()

public String getFileName ()

public boolean isAnonymous ()

public boolean isDefault ()

public boolean isUploaded ()