public class

TobagoResourceBundle

extends TobagoBundle
java.lang.Object
   ↳ java.util.ResourceBundle
     ↳ org.apache.myfaces.tobago.context.TobagoBundle
       ↳ org.apache.myfaces.tobago.context.TobagoResourceBundle

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class java.util.ResourceBundle
Public Constructors
TobagoResourceBundle()
[Expand]
Inherited Methods
From class org.apache.myfaces.tobago.context.TobagoBundle
From class java.util.ResourceBundle
From class java.lang.Object

Public Constructors

public TobagoResourceBundle ()