|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CookieSetting | |
---|---|
org.restlet.gwt.data | Element of information handled by a component via a connector. |
org.restlet.gwt.util | Utility classes and interfaces used in the rest of the API. |
Uses of CookieSetting in org.restlet.gwt.data |
---|
Methods in org.restlet.gwt.data that return types with arguments of type CookieSetting | |
---|---|
Series<CookieSetting> |
Response.getCookieSettings()
Returns the modifiable series of cookie settings provided by the server. |
Method parameters in org.restlet.gwt.data with type arguments of type CookieSetting | |
---|---|
void |
Response.setCookieSettings(Series<CookieSetting> cookieSettings)
Sets the cookie settings provided by the server. |
Uses of CookieSetting in org.restlet.gwt.util |
---|
Methods in org.restlet.gwt.util that return CookieSetting | |
---|---|
abstract CookieSetting |
Engine.parseCookieSetting(java.lang.String cookieSetting)
Parses the given String to a CookieSetting |
Methods in org.restlet.gwt.util with parameters of type CookieSetting | |
---|---|
abstract java.lang.String |
Engine.formatCookieSetting(CookieSetting cookieSetting)
Formats the given CookieSetting to a String |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |