Klasse UTF8Control
java.lang.Object
java.util.ResourceBundle.Control
org.oxt.toolbox.helpers.UTF8Control
Class to handle encoding for properties/resource files.
-
Feldübersicht
Von Klasse geerbte Felder java.util.ResourceBundle.Control
FORMAT_CLASS, FORMAT_DEFAULT, FORMAT_PROPERTIES, TTL_DONT_CACHE, TTL_NO_EXPIRATION_CONTROL
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungnewBundle
(String baseName, Locale locale, String format, ClassLoader loader, boolean reload) Method to handle utf8 encoding for input.Von Klasse geerbte Methoden java.util.ResourceBundle.Control
getCandidateLocales, getControl, getFallbackLocale, getFormats, getNoFallbackControl, getTimeToLive, needsReload, toBundleName, toResourceName
-
Konstruktordetails
-
UTF8Control
public UTF8Control()
-
-
Methodendetails
-
newBundle
public ResourceBundle newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload) throws IllegalAccessException, InstantiationException, IOException Method to handle utf8 encoding for input.- Setzt außer Kraft:
newBundle
in KlasseResourceBundle.Control
- Löst aus:
IllegalAccessException
InstantiationException
IOException
-