org.cogroo.addon.util
Class Utf8ResourceBundle

java.lang.Object
  extended by org.cogroo.addon.util.Utf8ResourceBundle

public abstract class Utf8ResourceBundle
extends Object

From http://www.thoughtsabout.net/blog/archives/000044.html

Author:
colen

Constructor Summary
Utf8ResourceBundle()
           
 
Method Summary
static ResourceBundle getBundle(String baseName)
           
static ResourceBundle getBundle(String baseName, Locale locale)
           
static ResourceBundle getBundle(String baseName, Locale locale, ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utf8ResourceBundle

public Utf8ResourceBundle()
Method Detail

getBundle

public static final ResourceBundle getBundle(String baseName)

getBundle

public static final ResourceBundle getBundle(String baseName,
                                             Locale locale)

getBundle

public static ResourceBundle getBundle(String baseName,
                                       Locale locale,
                                       ClassLoader loader)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.