com.liferay.portal.kernel.util
Class PropertyResourceBundle
java.lang.Object
java.util.ResourceBundle
com.liferay.portal.kernel.util.PropertyResourceBundle
public class PropertyResourceBundle
- extends ResourceBundle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyResourceBundle
public PropertyResourceBundle(String string,
String charsetName)
throws IOException
- Throws:
IOException
PropertyResourceBundle
public PropertyResourceBundle(InputStream inputStream,
String charsetName)
throws IOException
- Throws:
IOException
handleGetObject
public Object handleGetObject(String key)
- Specified by:
handleGetObject
in class ResourceBundle
getKeys
public Enumeration<String> getKeys()
- Specified by:
getKeys
in class ResourceBundle