com.liferay.faces.util.context.map
Interface FacesRequestParameterMap
- All Superinterfaces:
- Map<String,String[]>
public interface FacesRequestParameterMap
- extends Map<String,String[]>
This interface defines a mutable Map of request parameters for a Faces request.
- Author:
- Neil Griffin
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
addValue
void addValue(String key,
String value)
getFirst
String getFirst(Object key)
getNamespace
String getNamespace()
Copyright © 2015 Liferay, Inc.. All rights reserved.