| Package | Description |
|---|---|
| org.javalite.activeweb | |
| org.javalite.activeweb.freemarker |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
RequestUtils.cookie(String name)
Returns a cookie by name, null if not found.
|
Cookie |
HttpSupport.cookie(String name)
Returns a cookie by name, null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Cookie> |
RequestUtils.cookies()
Returns collection of all cookies browser sent.
|
List<Cookie> |
HttpSupport.cookies()
Returns collection of all cookies browser sent.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2016. All rights reserved.