|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface UserFormatter
| 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. |
| Method Detail |
|---|
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 renderer
String 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 renderer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||