com.liferay.faces.bridge.context.map
Class RequestParameterMap
java.lang.Object
com.liferay.faces.util.map.AbstractPropertyMap<String>
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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class com.liferay.faces.util.map.AbstractPropertyMap |
clear, 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 |
PARAM_UPLOADED_FILES
public static final String PARAM_UPLOADED_FILES
- See Also:
- Constant Field Values
bridgeContext
protected BridgeContext bridgeContext
RequestParameterMap
public RequestParameterMap(BridgeContext bridgeContext)
containsKey
public boolean containsKey(Object key)
- This method is an optimization override of the superclass.
- Specified by:
containsKey in interface Map<String,String>- Overrides:
containsKey in class AbstractPropertyMap<String>
getRequestParameter
protected abstract String getRequestParameter(String name)
getRequestParameterMap
protected abstract Map<String,String[]> getRequestParameterMap()
Copyright © 2014 Liferay, Inc.. All Rights Reserved.