| Package | Description |
|---|---|
| org.analogweb |
Root of Analog Web Framework
This package defines fundamental interfaces. |
| org.analogweb.core |
Analogweb's core (default) implementations.
These instance are recognized by an application automatically. |
| Modifier and Type | Method and Description |
|---|---|
Cookies.Cookie |
Cookies.getCookie(String name)
Get
Cookies.Cookie. |
| Modifier and Type | Method and Description |
|---|---|
void |
Cookies.putCookie(Cookies.Cookie cookie)
Put
Cookies.Cookie. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCookie |
| Modifier and Type | Method and Description |
|---|---|
Cookies.Cookie |
ResponseCookies.getCookie(String name) |
Cookies.Cookie |
RequestCookies.getCookie(String name) |
Cookies.Cookie |
EmptyCookies.getCookie(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Cookies.Cookie> |
RequestCookies.toMap(String header) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseCookies.putCookie(Cookies.Cookie cookie) |
void |
EmptyCookies.putCookie(Cookies.Cookie cookie) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.