| Package | Description |
|---|---|
| act.conf | |
| act.util |
| Modifier and Type | Method and Description |
|---|---|
SessionMapper |
AppConfig.sessionMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
AppConfig.sessionMapper(SessionMapper sessionMapper) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionMapper.DefaultSessionMapper
The default session mapper, do the mapping by adding/reading cookie information directly to response/request
|
static class |
SessionMapper.HeaderSessionMapper
The header session mapper do mapping through write/read the header of response/request
|
| Modifier and Type | Field and Description |
|---|---|
static SessionMapper |
SessionMapper.DefaultSessionMapper.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static SessionMapper |
SessionMapper.DefaultSessionMapper.wrap(SessionMapper theMapper) |
| Modifier and Type | Method and Description |
|---|---|
static SessionMapper |
SessionMapper.DefaultSessionMapper.wrap(SessionMapper theMapper) |
Copyright © 2014–2017 ActFramework. All rights reserved.