/* * Constructor. */ super(chunkingDisabled);
Gets the string representation of the given cookie.paramcookie The cookie whose string representation to getreturnThe cookie's string representation PwcWebModule wm = (PwcWebModule) getContext(); boolean encodeCookies = false; if (wm != null && wm.getEncodeCookies()) { encodeCookies = true; } return getCookieString(cookie, encodeCookies);
PwcWebModule wm = (PwcWebModule) getContext(); boolean encodeCookies = false; if (wm != null && wm.getEncodeCookies()) { encodeCookies = true; } return getCookieString(cookie, encodeCookies);