com.atlassian.confluence.plugins.avatar
Interface AvatarUrlHelper

All Known Implementing Classes:
DefaultAvatarUrlHelper, HashingAvatarUrlHelper, LegacyAvatarUrlHelper

public interface AvatarUrlHelper


Method Summary
 String getAvatarUrl(String username, int width)
          The avatar URL including any context path.
 

Method Detail

getAvatarUrl

String getAvatarUrl(String username,
                    int width)
The avatar URL including any context path.

Parameters:
username - the name of the user
width - the width of the avatar. Must be greater than 0.
Returns:
the avatar URL including any context path.


Copyright © 2003-2013 Atlassian. All Rights Reserved.