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

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

public abstract class RequestParameterMap
extends AbstractPropertyMap<String>

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


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
static String PARAM_UPLOADED_FILES
           
 
Constructor Summary
RequestParameterMap()
           
 
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
 

Field Detail

PARAM_UPLOADED_FILES

public static final String PARAM_UPLOADED_FILES
See Also:
Constant Field Values
Constructor Detail

RequestParameterMap

public RequestParameterMap()


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