public interface IHasDisplayTextWithArgs
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayTextWithArgs(Locale aContentLocale,
Object... aArgs) |
@Nullable String getDisplayTextWithArgs(@Nonnull Locale aContentLocale, @Nullable Object... aArgs)
aContentLocale - The locale to be used for resolving. May not be null.aArgs - Arguments for formatting the provided text. May be null
but this makes no sense.null if the text could not be resolved in the passed
locale.Copyright © 2006–2015 phloc systems. All rights reserved.