com.sun.jersey.localization
Class Localizer
java.lang.Object
com.sun.jersey.localization.Localizer
public class Localizer
- extends Object
Localizes the Localizable
into a message
by using a configured Locale
.
- Author:
- WS Development Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Localizer
public Localizer()
Localizer
public Localizer(Locale l)
getLocale
public Locale getLocale()
localize
public String localize(Localizable l)
Copyright © 2013 Oracle Corporation. All Rights Reserved.