| Package | Description | 
|---|---|
| org.javalite.activeweb | 
 ActiveWeb - the agile java framework 
 | 
| org.javalite.activeweb.freemarker | 
 Freemarker Tags, see Views. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Cookie | 
RequestSpecHelper.cookie(String name)
Returns a cookie from last response by name,  
null if not found. | 
Cookie | 
HttpSupport.cookie(String name)
Returns a cookie by name, null if not found. 
 | 
static Cookie | 
RequestUtils.cookie(String name)
Returns a cookie by name, null if not found. 
 | 
protected Cookie[] | 
RequestSpecHelper.getCookies()
Returns all cookies from last response. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Cookie> | 
HttpSupport.cookies()
Returns collection of all cookies browser sent. 
 | 
static List<Cookie> | 
RequestUtils.cookies()
Returns collection of all cookies browser sent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RequestBuilder | 
RequestBuilder.cookie(Cookie cookie)
Adds cookie to current request. 
 | 
void | 
HttpSupport.sendCookie(Cookie cookie)
Sends cookie to browse with response. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cookie | 
FreeMarkerTag.cookie(String name)
Returns a cookie by name, null if not found. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Cookie> | 
FreeMarkerTag.cookies()
Returns collection of all cookies browser sent. 
 | 
Copyright © 2019 JavaLite. All rights reserved.