com.liferay.faces.bridge.context.map.internal
Class RequestParameterMap

java.lang.Object
  extended by com.liferay.faces.util.map.AbstractPropertyMap<String>
      extended by com.liferay.faces.bridge.context.map.internal.RequestParameterMap
All Implemented Interfaces:
Map<String,String>

public class RequestParameterMap
extends AbstractPropertyMap<String>
implements Map<String,String>

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
RequestParameterMap(FacesRequestParameterMap facesRequestParameterMap)
           
 
Method Summary
 boolean containsKey(Object key)
           
protected  AbstractPropertyMapEntry<String> createPropertyMapEntry(String name)
           
protected  String getProperty(String name)
           
protected  Enumeration<String> getPropertyNames()
           
protected  void removeProperty(String name)
           
protected  void setProperty(String name, String value)
           
 
Methods inherited from class com.liferay.faces.util.map.AbstractPropertyMap
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, 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
clear, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

RequestParameterMap

public RequestParameterMap(FacesRequestParameterMap facesRequestParameterMap)
Method Detail

containsKey

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

createPropertyMapEntry

protected AbstractPropertyMapEntry<String> createPropertyMapEntry(String name)
Specified by:
createPropertyMapEntry in class AbstractPropertyMap<String>

removeProperty

protected void removeProperty(String name)
Specified by:
removeProperty in class AbstractPropertyMap<String>

getProperty

protected String getProperty(String name)
Specified by:
getProperty in class AbstractPropertyMap<String>

setProperty

protected void setProperty(String name,
                           String value)
Specified by:
setProperty in class AbstractPropertyMap<String>

getPropertyNames

protected Enumeration<String> getPropertyNames()
Specified by:
getPropertyNames in class AbstractPropertyMap<String>


Copyright © 2015 Liferay, Inc.. All rights reserved.