com.liferay.faces.util.i18n
Class UTF8Control

java.lang.Object
  extended by java.util.ResourceBundle.Control
      extended by com.liferay.faces.util.i18n.UTF8Control

Deprecated. No replacement available.

@Deprecated
public class UTF8Control
extends ResourceBundle.Control

Control for getting resource bundles with UTF-8 encoding.

Author:
Juan Gonzalez

Field Summary
 
Fields inherited from class java.util.ResourceBundle.Control
FORMAT_CLASS, FORMAT_DEFAULT, FORMAT_PROPERTIES, TTL_DONT_CACHE, TTL_NO_EXPIRATION_CONTROL
 
Constructor Summary
UTF8Control()
          Deprecated.  
 
Method Summary
 ResourceBundle newBundle(String baseName, Locale locale, String format, ClassLoader classLoader, boolean reload)
          Deprecated. See ResourceBundle.Control#newBundle(String, Locale, String, ClassLoader, boolean).
 
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
 

Constructor Detail

UTF8Control

public UTF8Control()
Deprecated. 
Method Detail

newBundle

public ResourceBundle newBundle(String baseName,
                                Locale locale,
                                String format,
                                ClassLoader classLoader,
                                boolean reload)
                         throws IllegalAccessException,
                                InstantiationException,
                                IOException
Deprecated. 
See ResourceBundle.Control#newBundle(String, Locale, String, ClassLoader, boolean).

Overrides:
newBundle in class ResourceBundle.Control
Throws:
IllegalAccessException
InstantiationException
IOException


Copyright © 2019 Liferay, Inc.. All rights reserved.