Class CookieUtils
- java.lang.Object
-
- org.apache.myfaces.tobago.internal.util.CookieUtils
-
public class CookieUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getThemeNameFromCookie(javax.servlet.http.HttpServletRequest request)
static void
removeThemeNameCookie(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static void
setThemeNameToCookie(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String themeName)
-
-
-
Method Detail
-
getThemeNameFromCookie
public static String getThemeNameFromCookie(javax.servlet.http.HttpServletRequest request)
-
setThemeNameToCookie
public static void setThemeNameToCookie(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String themeName)
-
removeThemeNameCookie
public static void removeThemeNameCookie(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-