Skip navigation links


oracle.iam.passwordmgmt.vo
Class Localizer

java.lang.Object
  extended by oracle.iam.passwordmgmt.vo.Localizer

All Implemented Interfaces:
java.io.Serializable

public class Localizer
extends java.lang.Object
implements java.io.Serializable

Localizes messages for a given locale

Since:
OIM 11gR1
See Also:
Serialized Form

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

Localizer

public Localizer()

Method Detail

localize

public static java.lang.String localize(java.lang.String resourceBundleKey,
                                        java.lang.String placeHolderValue,
                                        java.util.Locale locale)
Localizes messsages for the given locale
Parameters:
resourceBundleKey - the resource bundle key
placeHolderValue - the arguments to replace placesholders (e.g. {0}) in the message
locale - the locale in which the message is to be localized
Returns:

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.