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
protected  BridgeContext bridgeContext
           
static String PARAM_UPLOADED_FILES
           
 
Constructor Summary
RequestParameterMap(BridgeContext bridgeContext)
           
 
Method Summary
 boolean containsKey(Object key)
          This method is an optimization override of the superclass.
protected abstract  String getRequestParameter(String name)
           
protected abstract  Map<String,String[]> getRequestParameterMap()
           
 
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
 
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

bridgeContext

protected BridgeContext bridgeContext
Constructor Detail

RequestParameterMap

public RequestParameterMap(BridgeContext bridgeContext)
Method Detail

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.