接口 org.tinygroup.weblayer.webcontext.session.SessionStore
的使用

使用 SessionStore 的软件包
org.tinygroup.weblayer.webcontext.session   
org.tinygroup.weblayer.webcontext.session.impl   
org.tinygroup.weblayer.webcontext.session.store   
org.tinygroup.weblayer.webcontext.session.store.impl   
 

org.tinygroup.weblayer.webcontext.sessionSessionStore 的使用
 

org.tinygroup.weblayer.webcontext.sessionSessionStore 的子接口
 interface ExactMatchesOnlySessionStore
          一个SessionStore,只接受精确匹配的attribute names。
 interface HttpHeaderSessionStore
          从这个接口实现的session store,将会把数据保存在HTTP HEADERS中,因而需要在headers被提交时一同提交。
 

返回 SessionStoreorg.tinygroup.weblayer.webcontext.session 中的方法
 SessionStore SessionConfig.StoresConfig.getStore(String storeName)
          取得指定名称的对象所存放的session store。
 

org.tinygroup.weblayer.webcontext.session.implSessionStore 的使用
 

返回 SessionStoreorg.tinygroup.weblayer.webcontext.session.impl 中的方法
 SessionStore SessionAttribute.getStore()
          取得store。
 

org.tinygroup.weblayer.webcontext.session.storeSessionStore 的使用
 

org.tinygroup.weblayer.webcontext.session.storeSessionStore 的子接口
 interface CookieStore
          基于cookie的session store实现。
 

实现 SessionStoreorg.tinygroup.weblayer.webcontext.session.store 中的类
 class AbstractCookieStore
          抽象的cookie store实现。
 

org.tinygroup.weblayer.webcontext.session.store.implSessionStore 的使用
 

实现 SessionStoreorg.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中。
 



Copyright © 2006–2013 开源组织. All rights reserved.