org.apache.myfaces.tobago.context
Class TobagoResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by org.apache.myfaces.tobago.context.TobagoBundle
          extended by org.apache.myfaces.tobago.context.TobagoResourceBundle

public class TobagoResourceBundle
extends TobagoBundle

This ResourceBundle encapsulate string resources of Tobago components. This class works like the Java resource bundle mechanism for the resource bundle "tobago" and adds the functionality of the tobago themes and also supports XML properties files.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
 
Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
TobagoResourceBundle()
           
 
Method Summary
 
Methods inherited from class org.apache.myfaces.tobago.context.TobagoBundle
getBundleName, getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TobagoResourceBundle

public TobagoResourceBundle()


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.