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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 void addValue(String key, String value)
           
 String getFirst(Object key)
           
 String getNamespace()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

addValue

void addValue(String key,
              String value)

getFirst

String getFirst(Object key)

getNamespace

String getNamespace()


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