Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.jsf.negotiation
Class CookieManager

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

public final class CookieManager
extends java.lang.Object


Constructor Summary
CookieManager()
           
 
Method Summary
static void expireCookie(java.lang.String name, javax.faces.context.ExternalContext context)
           
static java.lang.String getCookie(java.lang.String name, javax.faces.context.ExternalContext context)
           
static void setCookie(java.lang.String name, java.lang.String value, javax.faces.context.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 java.lang.String getCookie(java.lang.String name,
                                         javax.faces.context.ExternalContext context)

setCookie

public static void setCookie(java.lang.String name,
                             java.lang.String value,
                             javax.faces.context.ExternalContext context)

expireCookie

public static void expireCookie(java.lang.String name,
                                javax.faces.context.ExternalContext context)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.