| Modifier and Type | 接口 and 描述 |
|---|---|
interface |
ExactMatchesOnlySessionStore
一个
SessionStore,只接受精确匹配的attribute names。 |
interface |
HttpHeaderSessionStore
从这个接口实现的session store,将会把数据保存在HTTP HEADERS中,因而需要在headers被提交时一同提交。
|
| Modifier and Type | Method and 描述 |
|---|---|
SessionStore |
SessionConfig.StoresConfig.getStore(String storeName)
取得指定名称的对象所存放的session store。
|
| Modifier and Type | Method and 描述 |
|---|---|
SessionStore |
SessionAttribute.getStore()
取得store。
|
| Modifier and Type | 接口 and 描述 |
|---|---|
interface |
CookieStore
基于cookie的session store实现。
|
| Modifier and Type | 类 and 描述 |
|---|---|
class |
AbstractCookieStore
抽象的cookie store实现。
|
| Modifier and Type | 类 and 描述 |
|---|---|
class |
CookieStoreImpl
将Session状态保存在cookie中。
|
class |
SimpleMemoryStoreImpl
存放在内存中的session attribute的机制。
|
class |
SingleValuedCookieStoreImpl
将Session状态保存在cookie中。
|
Copyright © 2006–2015 TinyGroup. All rights reserved.