com.liferay.faces.bridge.context.map
Class RequestParameterValuesMap
java.lang.Object
com.liferay.faces.util.map.AbstractPropertyMap<String[]>
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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| 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 |
RequestParameterValuesMap
public RequestParameterValuesMap()
Copyright © 2014 Liferay, Inc.. All Rights Reserved.