com.atlassian.confluence.user
Class DefaultUserProfilePictureManager

java.lang.Object
  extended by com.atlassian.confluence.user.DefaultUserProfilePictureManager
All Implemented Interfaces:
UserProfilePictureManager

public class DefaultUserProfilePictureManager
extends Object
implements UserProfilePictureManager

Accesses the properties file to obtain the default user profile pictures


Constructor Summary
DefaultUserProfilePictureManager()
           
 
Method Summary
 Set<String> getStandardProfilePictures(javax.servlet.ServletContext context)
          Returns the list of standard profile pictures obtained from the properties file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUserProfilePictureManager

public DefaultUserProfilePictureManager()
Method Detail

getStandardProfilePictures

public Set<String> getStandardProfilePictures(javax.servlet.ServletContext context)
Returns the list of standard profile pictures obtained from the properties file.

Specified by:
getStandardProfilePictures in interface UserProfilePictureManager
Parameters:
context - Servlet communication method.
Returns:
a set of String containing the path for each default profile picture.


Copyright © 2003-2012 Atlassian. All Rights Reserved.