org.jboss.seam.international.status
Class ApplicationBundles
java.lang.Object
org.jboss.seam.international.status.ApplicationBundles
- All Implemented Interfaces:
- Serializable
@ApplicationScoped
public class ApplicationBundles
- extends Object
- implements Serializable
Maintains a global map of locales containing ResourceBundle
objects.
- Author:
- Lincoln Baxter, III, Sebastian Sachtleben, Ken Finnigan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationBundles
public ApplicationBundles()
clear
public void clear(Locale locale)
containsKey
public boolean containsKey(Locale locale,
Object key)
containsValue
public boolean containsValue(Locale locale,
Object value)
entrySet
public Set<Map.Entry<String,ResourceBundle>> entrySet(Locale locale)
get
public ResourceBundle get(Object key)
get
public ResourceBundle get(Locale locale,
Object key)
isEmpty
public boolean isEmpty(Locale locale)
keySet
public Set<String> keySet(Locale locale)
put
public ResourceBundle put(Locale locale,
String key,
ResourceBundle value)
putAll
public void putAll(Locale locale,
Map<? extends String,? extends ResourceBundle> m)
remove
public ResourceBundle remove(Locale locale,
Object key)
size
public int size(Locale locale)
values
public Collection<ResourceBundle> values(Locale locale)
Copyright © 2011 Seam Framework. All Rights Reserved.