com.liferay.faces.bridge.context.map
Class RequestParameterMapMultiPartImpl
java.lang.Object
com.liferay.faces.util.map.AbstractPropertyMap<String>
com.liferay.faces.bridge.context.map.RequestParameterMap
com.liferay.faces.bridge.context.map.RequestParameterMapMultiPartImpl
- All Implemented Interfaces:
- Map<String,String>
public class RequestParameterMapMultiPartImpl
- extends RequestParameterMap
- Author:
- Neil Griffin
|
Nested Class Summary |
protected class |
RequestParameterMapMultiPartImpl.ActionRequestAdapter
Since PortletFileUpload.parseRequest(ActionRequest) only works with ActionRequest, this adapter
class is necessary to force commons-fileupload to work with ResourceRequest (Ajax file upload). |
| 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, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestParameterMapMultiPartImpl
public RequestParameterMapMultiPartImpl(BridgeContext bridgeContext,
javax.portlet.ClientDataRequest clientDataRequest)
addUploadedFile
protected void addUploadedFile(String fieldName,
UploadedFile uploadedFile)
createPropertyMapEntry
protected AbstractPropertyMapEntry<String> createPropertyMapEntry(String name)
- Specified by:
createPropertyMapEntry in class AbstractPropertyMap<String>
removeProperty
protected void removeProperty(String name)
- Specified by:
removeProperty in class AbstractPropertyMap<String>
stripIllegalCharacters
protected String stripIllegalCharacters(String fileName)
getProperty
protected String getProperty(String name)
- Specified by:
getProperty in class AbstractPropertyMap<String>
setProperty
protected void setProperty(String name,
String value)
- Specified by:
setProperty in class AbstractPropertyMap<String>
getPropertyNames
protected Enumeration<String> getPropertyNames()
- Specified by:
getPropertyNames in class AbstractPropertyMap<String>
getRequestParameter
protected String getRequestParameter(String name)
- Specified by:
getRequestParameter in class RequestParameterMap
getRequestParameterMap
protected Map<String,String[]> getRequestParameterMap()
- Specified by:
getRequestParameterMap in class RequestParameterMap
Copyright © 2014 Liferay, Inc.. All Rights Reserved.