Liferay 6.0-ee

com.liferay.portal.kernel.util
Class PropertyResourceBundle

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

public class PropertyResourceBundle
extends ResourceBundle


Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
PropertyResourceBundle(InputStream inputStream, String charsetName)
           
PropertyResourceBundle(String string, String charsetName)
           
 
Method Summary
 Enumeration<String> getKeys()
           
 Object handleGetObject(String key)
           
 
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

PropertyResourceBundle

public PropertyResourceBundle(String string,
                              String charsetName)
                       throws IOException
Throws:
IOException

PropertyResourceBundle

public PropertyResourceBundle(InputStream inputStream,
                              String charsetName)
                       throws IOException
Throws:
IOException
Method Detail

handleGetObject

public Object handleGetObject(String key)
Specified by:
handleGetObject in class ResourceBundle

getKeys

public Enumeration<String> getKeys()
Specified by:
getKeys in class ResourceBundle

Liferay 6.0-ee