public class

TobagoBundle

extends ResourceBundle
java.lang.Object
   ↳ java.util.ResourceBundle
     ↳ org.apache.myfaces.tobago.context.TobagoBundle
Known Direct Subclasses

Class Overview

This class works like the Java resource bundle mechanism for a named resource bundle and adds the functionality of the tobago themes and also supports XML properties files. This class might be used in the faces-config.xml as an alternative to the tc:loadBundle tag.

Summary

[Expand]
Inherited Fields
From class java.util.ResourceBundle
Public Constructors
TobagoBundle(String bundleName)
Public Methods
String getBundleName()
Enumeration<String> getKeys()
Protected Methods
Object handleGetObject(String key)
[Expand]
Inherited Methods
From class java.util.ResourceBundle
From class java.lang.Object

Public Constructors

public TobagoBundle (String bundleName)

Public Methods

public String getBundleName ()

public Enumeration<String> getKeys ()

Protected Methods

protected Object handleGetObject (String key)