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 java.util.PropertyResourceBundle

Author:
Michael Young

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
Utf8PropertyResourceBundle(java.io.InputStream inputStream)
           
 
Method Summary
 java.lang.Object handleGetObject(java.lang.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(java.io.InputStream inputStream)
                           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

handleGetObject

public java.lang.Object handleGetObject(java.lang.String key)
Overrides:
handleGetObject in class java.util.PropertyResourceBundle