- BTGDBSessionDao - cn.zcltd.btg.httpsession.impl中的类
-
基于db的session存储实现
- BTGDBSessionDao() - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGDBSessionDao
-
- BTGDBSessionDao(String) - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGDBSessionDao
-
- BTGDBSessionDao(BTGDBSessionDaoConfig) - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGDBSessionDao
-
- BTGDBSessionDaoConfig - cn.zcltd.btg.httpsession.impl中的类
-
db session dao 所需环境配置
- BTGDBSessionDaoConfig() - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGDBSessionDaoConfig
-
- BTGDBSessionDaoConfig(String) - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGDBSessionDaoConfig
-
- BTGHttpServletRequest - cn.zcltd.btg.httpsession.servlet中的类
-
HttpServletRequest扩展
将默认session实现替换为btg-httpsession实现
- BTGHttpServletRequest(HttpServletRequest) - 类 的构造器cn.zcltd.btg.httpsession.servlet.BTGHttpServletRequest
-
- BTGHttpSessionFilter - cn.zcltd.btg.httpsession.servlet.filter中的类
-
注意:此filter优先级必须大于业务系统处理相关filter
BTGHttpSessionRequest替换filter(local session管理)
若需要redis、db模式的session管理,请在初始化配置参数init-param:
sessionDao:可选,默认为local。
- BTGHttpSessionFilter() - 类 的构造器cn.zcltd.btg.httpsession.servlet.filter.BTGHttpSessionFilter
-
- BTGHttpSessionHandler - cn.zcltd.btg.httpsession.servlet.handler中的类
-
全局拦截器:接管session并自动设置cookie
- BTGHttpSessionHandler() - 类 的构造器cn.zcltd.btg.httpsession.servlet.handler.BTGHttpSessionHandler
-
- BTGHttpSessionInterceptor - cn.zcltd.btg.httpsession.servlet.interceptor中的类
-
注意:此intercepter优先级必须大于其他业务处理的intercepter
BTGHttpSessionRequest替换interceptor
- BTGHttpSessionInterceptor() - 类 的构造器cn.zcltd.btg.httpsession.servlet.interceptor.BTGHttpSessionInterceptor
-
- BTGLocalSessionDao - cn.zcltd.btg.httpsession.impl中的类
-
基于本地容器的session存储实现
- BTGLocalSessionDao() - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGLocalSessionDao
-
- BTGRedisSessionDao - cn.zcltd.btg.httpsession.impl中的类
-
基于redis的session存储实现
- BTGRedisSessionDao() - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGRedisSessionDao
-
- BTGRedisSessionDao(String) - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGRedisSessionDao
-
- BTGSession - cn.zcltd.btg.httpsession中的接口
-
BTGSession,扩展自HttpSession
- BTGSessionContext - cn.zcltd.btg.httpsession中的接口
-
session管理器接口,扩展自HttpSessionContext
- BTGSessionDao - cn.zcltd.btg.httpsession中的接口
-
session存储器
- BTGSessionIdGenerator - cn.zcltd.btg.httpsession中的接口
-
session id生成器
- BTGSessionPlugin - cn.zcltd.btg.httpsession.servlet.plugin中的类
-
BTG httpsession jfinal插件
- BTGSessionPlugin() - 类 的构造器cn.zcltd.btg.httpsession.servlet.plugin.BTGSessionPlugin
-
- BTGSessionPlugin(BTGSessionDao) - 类 的构造器cn.zcltd.btg.httpsession.servlet.plugin.BTGSessionPlugin
-
- BTGStandardSession - cn.zcltd.btg.httpsession.impl中的类
-
BTGSession标准实现类
- BTGStandardSession(String, int) - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGStandardSession
-
构造方法,初始化session并设置默认值
- BTGStandardSessionContext - cn.zcltd.btg.httpsession.impl中的类
-
自定义session管理器
- BTGStandardSessionContext() - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGStandardSessionContext
-
- BTGUUIDSessionIdGenerator - cn.zcltd.btg.httpsession.impl中的类
-
默认session id生成器:采用uuid
- BTGUUIDSessionIdGenerator() - 类 的构造器cn.zcltd.btg.httpsession.impl.BTGUUIDSessionIdGenerator
-