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.

@Deprecated
public class ProfilePicture
extends java.lang.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 java.awt.Color BACKGROUND_LIGHT_GREY
          Deprecated.  
static org.apache.log4j.Category log
          Deprecated.  
static int PICTURE_SIZE
          Deprecated.  
static java.lang.String PROFILE_PICS_DIR
          Deprecated.  
 
Constructor Summary
ProfilePicture(java.io.InputStream inputStream, java.lang.String filename)
          Deprecated.  
 
Method Summary
 java.io.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 java.lang.String PROFILE_PICS_DIR
Deprecated. 
See Also:
Constant Field Values

BACKGROUND_LIGHT_GREY

public static final java.awt.Color BACKGROUND_LIGHT_GREY
Deprecated. 

PICTURE_SIZE

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

ProfilePicture

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

create

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

Returns:
the File, or null if failure occurs


Copyright © 2003-2014 Atlassian. All Rights Reserved.