@ParametersAreNonnullByDefault public static interface MessageUtil.Factory
| Modifier and Type | Method and Description |
|---|---|
MessageUtil |
getNewInstance()
Create a
MessageUtil for the current logged-in user. |
MessageUtil |
getNewInstance(ApplicationUser user)
Create a
MessageUtil using the specified user's locale. |
MessageUtil |
getNewInstance(Locale locale)
Create a
MessageUtil using the specified locale. |
MessageUtil getNewInstance()
MessageUtil for the current logged-in user.MessageUtil getNewInstance(ApplicationUser user)
MessageUtil using the specified user's locale.MessageUtil getNewInstance(Locale locale)
MessageUtil using the specified locale.Copyright © 2002-2017 Atlassian. All Rights Reserved.