|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.tinygroup.weblayer.webcontext.session 中 SessionStore 的使用 |
|---|
| org.tinygroup.weblayer.webcontext.session 中 SessionStore 的子接口 | |
|---|---|
interface |
ExactMatchesOnlySessionStore
一个 SessionStore,只接受精确匹配的attribute names。 |
interface |
HttpHeaderSessionStore
从这个接口实现的session store,将会把数据保存在HTTP HEADERS中,因而需要在headers被提交时一同提交。 |
| 返回 SessionStore 的 org.tinygroup.weblayer.webcontext.session 中的方法 | |
|---|---|
SessionStore |
SessionConfig.StoresConfig.getStore(String storeName)
取得指定名称的对象所存放的session store。 |
| org.tinygroup.weblayer.webcontext.session.impl 中 SessionStore 的使用 |
|---|
| 返回 SessionStore 的 org.tinygroup.weblayer.webcontext.session.impl 中的方法 | |
|---|---|
SessionStore |
SessionAttribute.getStore()
取得store。 |
| org.tinygroup.weblayer.webcontext.session.store 中 SessionStore 的使用 |
|---|
| org.tinygroup.weblayer.webcontext.session.store 中 SessionStore 的子接口 | |
|---|---|
interface |
CookieStore
基于cookie的session store实现。 |
| 实现 SessionStore 的 org.tinygroup.weblayer.webcontext.session.store 中的类 | |
|---|---|
class |
AbstractCookieStore
抽象的cookie store实现。 |
| org.tinygroup.weblayer.webcontext.session.store.impl 中 SessionStore 的使用 |
|---|
| 实现 SessionStore 的 org.tinygroup.weblayer.webcontext.session.store.impl 中的类 | |
|---|---|
class |
CacheStore
功能说明: session 保存在缓存中的实现方案 系统版本: v1.0 开发人员: renhui 开发时间: 2013-5-28 功能描述: 写明作用,调用方式,使用场景,以及特殊情况 |
class |
CookieStoreImpl
将Session状态保存在cookie中。 |
class |
SimpleMemoryStoreImpl
存放在内存中的session attribute的机制。 |
class |
SingleValuedCookieStoreImpl
将Session状态保存在cookie中。 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||