|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.plugin.userformat.UserFormatterImpl
public class UserFormatterImpl
| Constructor Summary | |
|---|---|
UserFormatterImpl(UserFormat userFormat,
UserKeyService userKeyService)
|
|
| Method Summary | |
|---|---|
String |
formatUserkey(String userkey,
String id)
Renders the formatted user for a given section on the screen. |
String |
formatUserkey(String userkey,
String id,
Map<String,Object> params)
Renders the formatted user for a given section on the screen. |
String |
formatUsername(String username,
String id)
Renders the formatted user for a given section on the screen. |
String |
formatUsername(String username,
String id,
Map<String,Object> params)
Renders the formatted user for a given section on the screen. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserFormatterImpl(UserFormat userFormat,
UserKeyService userKeyService)
| Method Detail |
|---|
public String formatUserkey(String userkey,
String id)
UserFormatter
formatUserkey in interface UserFormatteruserkey - the user to format.id - A value providing extra context to the rendering process.
public String formatUserkey(String userkey,
String id,
Map<String,Object> params)
UserFormatter
formatUserkey in interface UserFormatteruserkey - the user to format.id - A value providing extra context to the rendering process.params - Additional context to pass to the renderer
public String formatUsername(String username,
String id)
UserFormatter
formatUsername in interface UserFormatterusername - the user to format.id - A value providing extra context to the rendering process.
public String formatUsername(String username,
String id,
Map<String,Object> params)
UserFormatter
formatUsername in interface UserFormatterusername - the user to format.id - A value providing extra context to the rendering process.params - Additional context to pass to the renderer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||