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

java.lang.Object
  extended by com.liferay.faces.util.map.AbstractPropertyMap<String[]>
      extended by com.liferay.faces.bridge.context.map.RequestParameterValuesMap
All Implemented Interfaces:
Map<String,String[]>
Direct Known Subclasses:
RequestParameterValuesMapImpl, RequestParameterValuesMapMultiPartImpl

public abstract class RequestParameterValuesMap
extends AbstractPropertyMap<String[]>

This is simply a marker abstract class that represents a map of request parameter values.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
RequestParameterValuesMap()
           
 
Method Summary
 
Methods inherited from class com.liferay.faces.util.map.AbstractPropertyMap
clear, containsKey, containsValue, createPropertyMapEntry, entrySet, get, getProperty, getPropertyNames, isEmpty, keySet, put, putAll, remove, removeProperty, setProperty, 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
equals, hashCode
 

Constructor Detail

RequestParameterValuesMap

public RequestParameterValuesMap()


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