public class

DefaultUserProfilePictureManager

extends Object
implements UserProfilePictureManager
java.lang.Object
   ↳ com.atlassian.confluence.user.DefaultUserProfilePictureManager

Class Overview

Accesses the properties file to obtain the default user profile pictures

Summary

Public Constructors
DefaultUserProfilePictureManager()
Public Methods
Set<String> getStandardProfilePictures(ServletContext context)
Returns the list of standard profile pictures obtained from the properties file.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.user.UserProfilePictureManager

Public Constructors

public DefaultUserProfilePictureManager ()

Public Methods

public Set<String> getStandardProfilePictures (ServletContext context)

Returns the list of standard profile pictures obtained from the properties file.

Parameters
context Servlet communication method.
Returns
  • a set of String containing the path for each default profile picture.