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

java.lang.Object
  extended by com.liferay.faces.util.map.AbstractPropertyMapEntry<String[]>
      extended by com.liferay.faces.bridge.context.map.RequestParameterValuesMapEntryMultiPart
All Implemented Interfaces:
Map.Entry<String,String[]>

public class RequestParameterValuesMapEntryMultiPart
extends AbstractPropertyMapEntry<String[]>

Author:
Neil Griffin

Constructor Summary
RequestParameterValuesMapEntryMultiPart(RequestParameterMapMultiPartImpl requestParameterMapMultiPartImpl, String key)
           
 
Method Summary
 String[] getValue()
           
 String[] setValue(String[] value)
           
 
Methods inherited from class com.liferay.faces.util.map.AbstractPropertyMapEntry
getKey, remove
 
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.Entry
equals, hashCode
 

Constructor Detail

RequestParameterValuesMapEntryMultiPart

public RequestParameterValuesMapEntryMultiPart(RequestParameterMapMultiPartImpl requestParameterMapMultiPartImpl,
                                               String key)
Method Detail

getValue

public String[] getValue()

setValue

public String[] setValue(String[] value)


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