Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class CookieRemotePreference

java.lang.Object
  extended by com.liferay.portal.model.impl.CookieRemotePreference
All Implemented Interfaces:
RemotePreference

public class CookieRemotePreference
extends Object
implements RemotePreference


Constructor Summary
CookieRemotePreference(javax.servlet.http.Cookie cookie)
           
 
Method Summary
 javax.servlet.http.Cookie getCookie()
           
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieRemotePreference

public CookieRemotePreference(javax.servlet.http.Cookie cookie)
Method Detail

getCookie

public javax.servlet.http.Cookie getCookie()

getName

public String getName()
Specified by:
getName in interface RemotePreference

getValue

public String getValue()
Specified by:
getValue in interface RemotePreference

Liferay 6.2-ce-ga5