Modifier and Type | Interface and Description |
---|---|
interface |
CacheStore
把session内容存放在缓存中
|
Modifier and Type | Class and Description |
---|---|
class |
CacheStoreImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ExactMatchesOnlySessionStore
一个
SessionStore ,只接受精确匹配的attribute names。 |
interface |
HttpHeaderSessionStore
从这个接口实现的session store,将会把数据保存在HTTP HEADERS中,因而需要在headers被提交时一同提交。
|
Modifier and Type | Method and Description |
---|---|
SessionStore |
SessionConfig.StoresConfig.getStore(String storeName)
取得指定名称的对象所存放的session store。
|
Modifier and Type | Method and Description |
---|---|
SessionStore |
SessionAttribute.getStore()
取得store。
|
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 |
SimpleMemoryStoreImpl
存放在内存中的session attribute的机制。
|
class |
SingleValuedCookieStoreImpl
将Session状态保存在cookie中。
每个store只能保存一个值。
将仅有的session attribute value用
SessionValueEncoder 编码成字符串。
|
Copyright © 2006–2018 TinyGroup. All rights reserved.