Package | Description |
---|---|
org.tinygroup.weblayer.webcontext.session.store | |
org.tinygroup.weblayer.webcontext.session.store.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
CookieStore
基于cookie的session store实现。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCookieStore
抽象的cookie store实现。
|
Modifier and Type | Class and Description |
---|---|
class |
CookieStoreImpl
将Session状态保存在cookie中。
将session数据用
SessionEncoder 编码成字符串。
将字符串数据分段保存在cookie中:cookieName0 ,cookieName1 ……
cookieNameN 。
可选生成checksum cookie:cookieNamesum 。
|
class |
SingleValuedCookieStoreImpl
将Session状态保存在cookie中。
每个store只能保存一个值。
将仅有的session attribute value用
SessionValueEncoder 编码成字符串。
|
Copyright © 2006–2018 TinyGroup. All rights reserved.