Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.jsf.negotiation
Class CookieManager

java.lang.Object
  extended by org.nuxeo.theme.jsf.negotiation.CookieManager

public final class CookieManager
extends Object


Constructor Summary
CookieManager()
           
 
Method Summary
static void expireCookie(String name, ExternalContext context)
           
static String getCookie(String name, ExternalContext context)
           
static void setCookie(String name, String value, ExternalContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieManager

public CookieManager()
Method Detail

getCookie

public static String getCookie(String name,
                               ExternalContext context)

setCookie

public static void setCookie(String name,
                             String value,
                             ExternalContext context)

expireCookie

public static void expireCookie(String name,
                                ExternalContext context)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.