@PublicApi
public interface UserFormatter
Modifier and Type | Method and Description |
---|---|
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.
|
String formatUserkey(String userkey, String id)
userkey
- the user to format.id
- A value providing extra context to the rendering process.String formatUserkey(String userkey, String id, Map<String,Object> params)
userkey
- the user to format.id
- A value providing extra context to the rendering process.params
- Additional context to pass to the rendererString formatUsername(String username, String id)
username
- the user to format.id
- A value providing extra context to the rendering process.String formatUsername(String username, String id, Map<String,Object> params)
username
- the user to format.id
- A value providing extra context to the rendering process.params
- Additional context to pass to the rendererCopyright © 2002-2015 Atlassian. All Rights Reserved.