public final class

AvatarServiceHelper

extends Object
java.lang.Object
   ↳ com.atlassian.jira.avatar.AvatarServiceHelper

Class Overview

Renders avatars for an arbitrary user. This whole class really only exists because Velocity gets confused when calling into the real AvatarService on account of the fact that the AvatarService has a bunch of overloaded methods and Velocity can't decide which one to run when it gets a null user (JRADEV-20734).

Summary

Public Constructors
AvatarServiceHelper(AvatarService avatarService)
Public Methods
String renderURL(ApplicationUser loggedInUser, ApplicationUser avatarUser, Avatar.Size size)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AvatarServiceHelper (AvatarService avatarService)

Public Methods