|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.plugin.userformat.DefaultUserFormatManager
DefaultUserFormats
@Deprecated public class DefaultUserFormatManager
DefaultUserFormats,
UserFormats| Constructor Summary | |
|---|---|
DefaultUserFormatManager(UserFormats userFormats)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
formatUser(String username,
String type,
String id)
Deprecated. Convenience method to format a given user. |
String |
formatUser(String username,
String type,
String id,
Map params)
Deprecated. Convenience method to format a given user. |
UserFormat |
getUserFormat(String type)
Deprecated. Returns the UserFormat for a specific type, or null if none exists |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultUserFormatManager(UserFormats userFormats)
| Method Detail |
|---|
public String formatUser(String username,
String type,
String id)
UserFormatManager
formatUser in interface UserFormatManagerusername - The user to formattype - The user format type to useid - A context sensitive id
public String formatUser(String username,
String type,
String id,
Map params)
UserFormatManagerUserFormat.
formatUser in interface UserFormatManagerusername - The user to formattype - The user format type to useid - A context sensitive idparams - Additional context to provide to the userformatter.
public UserFormat getUserFormat(String type)
UserFormatManagerUserFormat for a specific type, or null if none exists
getUserFormat in interface UserFormatManagertype - the specific type for which to find a UserFormat.
UserFormat for a specific type, or null if none exists
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||