public class RequestHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLOSE_WINDOW_PARAMETER |
static String |
CLOSE_WINDOW_URL_PARAMETER |
static String |
CRYPTED_PARAM_NAME |
Constructor and Description |
---|
RequestHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getCookieValue(javax.servlet.http.HttpServletRequest request,
String key) |
static boolean |
isCookie(javax.servlet.http.HttpServletRequest request,
String key,
String value) |
static void |
setCookieValue(javax.servlet.http.HttpServletResponse response,
String key,
String value) |
static void |
setCookieValue(javax.servlet.http.HttpServletResponse response,
String key,
String value,
int expiry) |
static void |
setCookieValue(javax.servlet.http.HttpServletResponse response,
String key,
String value,
int expiry,
String path) |
static void |
traceMailingFeedBack(ContentContext ctx) |
public static final String CRYPTED_PARAM_NAME
public static final String CLOSE_WINDOW_PARAMETER
public static final String CLOSE_WINDOW_URL_PARAMETER
public static final void traceMailingFeedBack(ContentContext ctx)
public static boolean isCookie(javax.servlet.http.HttpServletRequest request, String key, String value)
public static String getCookieValue(javax.servlet.http.HttpServletRequest request, String key)
public static void setCookieValue(javax.servlet.http.HttpServletResponse response, String key, String value, int expiry, String path)
public static void setCookieValue(javax.servlet.http.HttpServletResponse response, String key, String value, int expiry)
Copyright © 2012-2018. All Rights Reserved.