|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.passwordmgmt.vo.Localizer
public class Localizer
Localizes messages for a given locale
| Constructor Summary | |
|---|---|
Localizer() |
|
| Method Summary | |
|---|---|
static java.lang.String |
localize(java.lang.String resourceBundleKey, java.lang.String placeHolderValue, java.util.Locale locale)Localizes messsages for the given locale |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Localizer()
| Method Detail |
|---|
public static java.lang.String localize(java.lang.String resourceBundleKey,
java.lang.String placeHolderValue,
java.util.Locale locale)
resourceBundleKey - the resource bundle keyplaceHolderValue - the arguments to replace placesholders (e.g. {0}) in the messagelocale - the locale in which the message is to be localized
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||