com.liferay.faces.bridge.context.map
Class RequestCookieMapEntry
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestCookieMapEntry
public RequestCookieMapEntry(String key,
Object value)
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.