com.atlassian.confluence.util
Class ProfilePicture

java.lang.Object
  extended by com.atlassian.confluence.util.ProfilePicture

Deprecated. since 2.9. Functionality has moved to the UserProfileService.

public class ProfilePicture
extends Object

All uses of this class are gone from Confluence, but it's probably best to keep it around a bit longer for safety's sake.


Field Summary
static Color BACKGROUND_LIGHT_GREY
          Deprecated.  
static org.apache.log4j.Category log
          Deprecated.  
static int PICTURE_SIZE
          Deprecated.  
static String PROFILE_PICS_DIR
          Deprecated.  
 
Constructor Summary
ProfilePicture(InputStream inputStream, String filename)
          Deprecated.  
 
Method Summary
 File create()
          Deprecated. Creates the file corresponding to the ProfilePicture.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Category log
Deprecated. 

PROFILE_PICS_DIR

public static final String PROFILE_PICS_DIR
Deprecated. 
See Also:
Constant Field Values

BACKGROUND_LIGHT_GREY

public static final Color BACKGROUND_LIGHT_GREY
Deprecated. 

PICTURE_SIZE

public static final int PICTURE_SIZE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ProfilePicture

public ProfilePicture(InputStream inputStream,
                      String filename)
Deprecated. 
Method Detail

create

public File create()
Deprecated. 
Creates the file corresponding to the ProfilePicture. Returns null on error.

Returns:
the File, or null if failure occurs


Copyright © 2003-2011 Atlassian. All Rights Reserved.