|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.ResourceBundle
griffon.plugins.i18n.CompositeResourceBundle
public class CompositeResourceBundle extends ResourceBundle
| Nested Class Summary | |
|---|---|
private static class |
CompositeResourceBundle.IteratorAsEnumeration
|
| Field Summary | |
|---|---|
private static org.slf4j.Logger |
LOG
|
private ResourceBundle[] |
bundles
|
private List |
keys
|
| Constructor Summary | |
CompositeResourceBundle(ResourceBundle[] bundles)
|
|
| Method Summary | |
|---|---|
Enumeration
|
getKeys()
|
protected Object
|
handleGetObject(String key)
|
| Methods inherited from class ResourceBundle | |
|---|---|
| getObject, keySet, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getString, clearCache, clearCache, getLocale, getKeys, getStringArray, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final org.slf4j.Logger LOG
private final ResourceBundle[] bundles
private final List keys
| Constructor Detail |
|---|
public CompositeResourceBundle(ResourceBundle[] bundles)
| Method Detail |
|---|
@Override public Enumeration getKeys()
protected Object handleGetObject(String key)
Groovy Documentation