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

使用 org.tinygroup.weblayer.webcontext.session 的软件包
org.tinygroup.weblayer.filter   
org.tinygroup.weblayer.webcontext.session   
org.tinygroup.weblayer.webcontext.session.encode   
org.tinygroup.weblayer.webcontext.session.impl   
org.tinygroup.weblayer.webcontext.session.store   
org.tinygroup.weblayer.webcontext.session.store.impl   
org.tinygroup.weblayer.webcontext.session.valueencode   
 

org.tinygroup.weblayer.filter 使用的 org.tinygroup.weblayer.webcontext.session 中的类
SessionConfig
          包含session系统的配置。
 

org.tinygroup.weblayer.webcontext.session 使用的 org.tinygroup.weblayer.webcontext.session 中的类
SessionConfig
          包含session系统的配置。
SessionConfig.CookieConfig
          代表cookie的配置。
SessionConfig.IdConfig
          代表session ID的配置。
SessionConfig.StoreMappingsConfig
          代表store mappings的配置。
SessionConfig.StoresConfig
          代表stores的配置。
SessionConfig.UrlEncodeConfig
          代表url encode的配置。
SessionIDGenerator
          生成session ID的机制。
SessionInterceptor
           
SessionModel
          描述session模型的接口
SessionModel.Factory
          用来创建session model实例的工厂。
SessionModelEncoder
          将session model转换为store中可存储的对象,或者将store中取得的对象转换回session model。
SessionStore
          用来持久化存储session attribute的机制。
SessionStore.StoreContext
          帮助store取得当前request的信息,并存放它们自己的当前状态。
SessionWebContext
          支持session的WebContext实现。
 

org.tinygroup.weblayer.webcontext.session.encode 使用的 org.tinygroup.weblayer.webcontext.session 中的类
SessionStore.StoreContext
          帮助store取得当前request的信息,并存放它们自己的当前状态。
 

org.tinygroup.weblayer.webcontext.session.impl 使用的 org.tinygroup.weblayer.webcontext.session 中的类
SessionAttributeInterceptor
          session属性读写操作时的拦截器
SessionConfig
          包含session系统的配置。
SessionIDGenerator
          生成session ID的机制。
SessionInterceptor
           
SessionLifecycleListener
          session生命周期对应的拦截器
SessionModel
          描述session模型的接口
SessionModel.Factory
          用来创建session model实例的工厂。
SessionModelEncoder
          将session model转换为store中可存储的对象,或者将store中取得的对象转换回session model。
SessionStore
          用来持久化存储session attribute的机制。
SessionStore.StoreContext
          帮助store取得当前request的信息,并存放它们自己的当前状态。
SessionWebContext
          支持session的WebContext实现。
 

org.tinygroup.weblayer.webcontext.session.store 使用的 org.tinygroup.weblayer.webcontext.session 中的类
HttpHeaderSessionStore
          从这个接口实现的session store,将会把数据保存在HTTP HEADERS中,因而需要在headers被提交时一同提交。
SessionConfig
          包含session系统的配置。
SessionConfig.CookieConfig
          代表cookie的配置。
SessionStore
          用来持久化存储session attribute的机制。
 

org.tinygroup.weblayer.webcontext.session.store.impl 使用的 org.tinygroup.weblayer.webcontext.session 中的类
ExactMatchesOnlySessionStore
          一个SessionStore,只接受精确匹配的attribute names。
HttpHeaderSessionStore
          从这个接口实现的session store,将会把数据保存在HTTP HEADERS中,因而需要在headers被提交时一同提交。
SessionConfig
          包含session系统的配置。
SessionStore
          用来持久化存储session attribute的机制。
SessionStore.StoreContext
          帮助store取得当前request的信息,并存放它们自己的当前状态。
 

org.tinygroup.weblayer.webcontext.session.valueencode 使用的 org.tinygroup.weblayer.webcontext.session 中的类
SessionStore.StoreContext
          帮助store取得当前request的信息,并存放它们自己的当前状态。
 



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