Liferay 7.0-ce-b4

com.liferay.portal.kernel.language
Class UTF8Control

java.lang.Object
  extended by java.util.ResourceBundle.Control
      extended by com.liferay.portal.kernel.language.UTF8Control

public class UTF8Control
extends ResourceBundle.Control


Field Summary
static UTF8Control INSTANCE
           
 
Fields inherited from class java.util.ResourceBundle.Control
FORMAT_CLASS, FORMAT_DEFAULT, FORMAT_PROPERTIES, TTL_DONT_CACHE, TTL_NO_EXPIRATION_CONTROL
 
Constructor Summary
UTF8Control()
           
 
Method Summary
 ResourceBundle newBundle(String baseName, Locale locale, String format, ClassLoader classLoader, boolean reload)
           
 
Methods inherited from class java.util.ResourceBundle.Control
getCandidateLocales, getControl, getFallbackLocale, getFormats, getNoFallbackControl, getTimeToLive, needsReload, toBundleName, toResourceName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final UTF8Control INSTANCE
Constructor Detail

UTF8Control

public UTF8Control()
Method Detail

newBundle

public ResourceBundle newBundle(String baseName,
                                Locale locale,
                                String format,
                                ClassLoader classLoader,
                                boolean reload)
                         throws IOException
Overrides:
newBundle in class ResourceBundle.Control
Throws:
IOException

Liferay 7.0-ce-b4