org.apache.geronimo.console.i18n
Class ConsoleResourceSupport

java.lang.Object
  extended by java.util.ResourceBundle
      extended by org.apache.geronimo.console.i18n.ConsoleResourceSupport
Direct Known Subclasses:
ConsoleResource, ConsoleResource_zh

public class ConsoleResourceSupport
extends ResourceBundle

This class provide the common functions for its subclasses.


Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ConsoleResourceSupport()
           
 
Method Summary
 Enumeration<String> getKeys()
           
protected  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

ConsoleResourceSupport

public ConsoleResourceSupport()
Method Detail

getKeys

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

handleGetObject

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


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.