| Package | Description |
|---|---|
| org.gatein.wsrp.consumer.handlers | |
| org.gatein.wsrp.handler |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerSessionInformation.setGroupCookiesFor(String groupId,
List<CookieUtil.Cookie> cookies)
Associates the given cookies with a given portlet group, as identified by the specified group identifier.
|
void |
ProducerSessionInformation.setUserCookies(List<CookieUtil.Cookie> userCookie) |
| Modifier and Type | Method and Description |
|---|---|
static List<CookieUtil.Cookie> |
CookieUtil.extractCookiesFrom(URL remoteAddress,
List<String> cookieValues)
Extract cookies from the specified list of String representation of cookies, validating them to check if they are valid for the domain associated with the specified URL.
|
static List<CookieUtil.Cookie> |
CookieUtil.purgeExpiredCookies(List<CookieUtil.Cookie> cookies)
Purges the expired cookies in the specified array.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.servlet.http.Cookie |
CookieUtil.convertFrom(CookieUtil.Cookie cookie)
Converts the specified internal Cookie into a javax.servlet.http.Cookie object.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
CookieUtil.asExternalFormList(List<CookieUtil.Cookie> cookies)
Converts the specified internal Cookie representations into a list of String representations, ready to be sent over the wire.
|
static String |
CookieUtil.coalesceAndExternalizeCookies(List<CookieUtil.Cookie> cookies)
Coalesce the list of specified cookies into a single String representation suitable to be used as part of an HTTP response
|
static List<CookieUtil.Cookie> |
CookieUtil.purgeExpiredCookies(List<CookieUtil.Cookie> cookies)
Purges the expired cookies in the specified array.
|
Copyright © 2006-2014 GateIn. All Rights Reserved.