Liferay 6.1.2-ce-ga3

com.liferay.util.bridges.jsf.common
Class LanguageManagedBean

java.lang.Object
  extended by com.liferay.util.bridges.jsf.common.LanguageManagedBean
All Implemented Interfaces:
Map<String,String>

public class LanguageManagedBean
extends Object
implements Map<String,String>

This class serves as a bridge between the JSF Expression Language (EL) and Liferay's Language.properties resource bundle.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
LanguageManagedBean()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set<Map.Entry<String,String>> entrySet()
           
 String get(Object key)
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 String put(String key, String value)
           
 void putAll(Map<? extends String,? extends String> map)
           
 String remove(Object key)
           
 int size()
           
 Collection<String> 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

LanguageManagedBean

public LanguageManagedBean()
Method Detail

clear

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

containsKey

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

containsValue

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

entrySet

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

get

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

isEmpty

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

keySet

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

put

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

putAll

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

remove

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

size

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

values

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

Liferay 6.1.2-ce-ga3