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

java.lang.Object
  extended by com.liferay.faces.bridge.context.map.RequestCookieMapEntry
All Implemented Interfaces:
Map.Entry<String,Object>

public class RequestCookieMapEntry
extends Object
implements Map.Entry<String,Object>

Author:
Neil Griffin

Constructor Summary
RequestCookieMapEntry(String key, Object value)
           
 
Method Summary
 String getKey()
           
 Object getValue()
           
 Object setValue(Object value)
           
 
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

RequestCookieMapEntry

public RequestCookieMapEntry(String key,
                             Object value)
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface Map.Entry<String,Object>

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry<String,Object>

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry<String,Object>


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