Liferay 6.0.6

com.liferay.portal.kernel.util
Class Utf8PropertyResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.PropertyResourceBundle
          extended by com.liferay.portal.kernel.util.Utf8PropertyResourceBundle

public class Utf8PropertyResourceBundle
extends PropertyResourceBundle


Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
Utf8PropertyResourceBundle(InputStream inputStream)
           
 
Method Summary
 Object handleGetObject(String key)
           
 
Methods inherited from class java.util.PropertyResourceBundle
getKeys
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utf8PropertyResourceBundle

public Utf8PropertyResourceBundle(InputStream inputStream)
                           throws IOException
Throws:
IOException
Method Detail

handleGetObject

public Object handleGetObject(String key)
Overrides:
handleGetObject in class PropertyResourceBundle

Liferay 6.0.6