|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cassinidivision.core.appserver.WOResponse_Cookies
WOResponse utilities (cookie handling-related).
| Constructor Summary | |
WOResponse_Cookies()
|
|
| Method Summary | |
static String |
cookieStringForPath(String aString)
Prepend cookie path information to the string provided. |
static void |
setCookieValueWithKey(String aValue,
String aKey,
WOResponse aResponse)
Set a cookie value in a HTTP response message (convenience method). |
static void |
setCookieValueWithKeyAndExpiryDate(String aValue,
String aKey,
NSTimestamp aDate,
WOResponse aResponse)
Set a cookie value in a HTTP response message, set to expire at the given date (convenience method). |
static void |
setCookieValueWithKeyAndExpiryDateAndPath(String aValue,
String aKey,
NSTimestamp aDate,
String aPath,
WOResponse aResponse)
Set a cookie value in a HTTP response message, with the given path and expiry date information (convenience method). |
void |
setCookieValueWithKeyAndPath(String aValue,
String aKey,
String aPath,
WOResponse aResponse)
Set a cookie value in a HTTP response message, with the given path information (convenience method). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WOResponse_Cookies()
| Method Detail |
public static String cookieStringForPath(String aString)
aString - The given string.
public static void setCookieValueWithKey(String aValue,
String aKey,
WOResponse aResponse)
aValue - The cookie value.aKey - The name of the cookie.aResponse - The response that should include the new cookie details.WOCookie
public static void setCookieValueWithKeyAndExpiryDate(String aValue,
String aKey,
NSTimestamp aDate,
WOResponse aResponse)
aValue - The cookie value.aKey - The name of the cookie.aDate - The date when the cookie should expire.aResponse - The response that should include the new cookie details.WOCookie
public void setCookieValueWithKeyAndPath(String aValue,
String aKey,
String aPath,
WOResponse aResponse)
aValue - The cookie value.aKey - The name of the cookie.aPath - Path-location details to be included with the cookie details.aResponse - The response that should include the new cookie details.WOCookie
public static void setCookieValueWithKeyAndExpiryDateAndPath(String aValue,
String aKey,
NSTimestamp aDate,
String aPath,
WOResponse aResponse)
aValue - The cookie value.aKey - The name of the cookie.aDate - The date when the cookie should expire.aPath - Path-location details to be included with the cookie details.aResponse - The response that should include the new cookie details.WOCookie
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||