org.jboss.seam.international.status
Class Bundles

java.lang.Object
  extended by org.jboss.seam.international.status.Bundles
All Implemented Interfaces:
Serializable, Map<String,ResourceBundle>

@Named
@RequestScoped
public class Bundles
extends Object
implements Map<String,ResourceBundle>, Serializable

Access to map of ResourceBundle objects for user locale.

Author:
Sebastian Sachtleben
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
Bundles()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set<Map.Entry<String,ResourceBundle>> entrySet()
           
 ResourceBundle get(Object key)
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 ResourceBundle put(String key, ResourceBundle value)
           
 void putAll(Map<? extends String,? extends ResourceBundle> m)
           
 ResourceBundle remove(Object key)
           
 int size()
           
 Collection<ResourceBundle> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Bundles

public Bundles()
Method Detail

size

public int size()
Specified by:
size in interface Map<String,ResourceBundle>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map<String,ResourceBundle>

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map<String,ResourceBundle>

containsValue

public boolean containsValue(Object value)
Specified by:
containsValue in interface Map<String,ResourceBundle>

get

public ResourceBundle get(Object key)
Specified by:
get in interface Map<String,ResourceBundle>

put

public ResourceBundle put(String key,
                          ResourceBundle value)
Specified by:
put in interface Map<String,ResourceBundle>

remove

public ResourceBundle remove(Object key)
Specified by:
remove in interface Map<String,ResourceBundle>

putAll

public void putAll(Map<? extends String,? extends ResourceBundle> m)
Specified by:
putAll in interface Map<String,ResourceBundle>

clear

public void clear()
Specified by:
clear in interface Map<String,ResourceBundle>

keySet

public Set<String> keySet()
Specified by:
keySet in interface Map<String,ResourceBundle>

values

public Collection<ResourceBundle> values()
Specified by:
values in interface Map<String,ResourceBundle>

entrySet

public Set<Map.Entry<String,ResourceBundle>> entrySet()
Specified by:
entrySet in interface Map<String,ResourceBundle>


Copyright © 2009-2011 Seam Framework. All Rights Reserved.