com.liferay.faces.bridge.context.map
Class NamespacedParameterMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String[]>
          extended by com.liferay.faces.bridge.context.map.NamespacedParameterMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String[]>

public class NamespacedParameterMap
extends HashMap<String,String[]>

Author:
Neil Griffin
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
NamespacedParameterMap(String namespace)
           
 
Method Summary
 String[] append(String key, String value)
           
 boolean containsKey(Object key)
           
 String[] get(Object key)
           
 String getFirst(Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

NamespacedParameterMap

public NamespacedParameterMap(String namespace)
Method Detail

append

public String[] append(String key,
                       String value)

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map<String,String[]>
Overrides:
containsKey in class HashMap<String,String[]>

get

public String[] get(Object key)
Specified by:
get in interface Map<String,String[]>
Overrides:
get in class HashMap<String,String[]>

getFirst

public String getFirst(Object key)


Copyright © 2014 Liferay, Inc.. All Rights Reserved.