| 程序包 | 说明 |
|---|---|
| cn.zcltd.btg.httpsession | |
| cn.zcltd.btg.httpsession.impl | |
| cn.zcltd.btg.httpsession.kit | |
| cn.zcltd.btg.httpsession.servlet.plugin |
| 限定符和类型 | 方法和说明 |
|---|---|
BTGSessionDao |
BTGSessionContext.getSessionDao()
获取session存储器
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BTGSessionContext.setSessionDao(BTGSessionDao sessionDao)
设置session存储器
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BTGDBSessionDao
基于db的session存储实现
|
class |
BTGLocalSessionDao
基于本地容器的session存储实现
|
class |
BTGRedisSessionDao
基于redis的session存储实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
BTGSessionDao |
BTGStandardSessionContext.getSessionDao() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BTGStandardSessionContext |
BTGStandardSessionContext.getSessionContext(javax.servlet.ServletContext servletContext,
BTGSessionDao sessionDao) |
void |
BTGStandardSessionContext.setSessionDao(BTGSessionDao sessionDao) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BTGSessionDao |
SessionKit.getSessionDao()
获取session存储器
|
| 限定符和类型 | 方法和说明 |
|---|---|
static BTGStandardSessionContext |
SessionKit.getSessionContext(javax.servlet.ServletContext servletContext,
BTGSessionDao sessionDao)
获取SessionContext
|
static void |
SessionKit.setSessionDao(BTGSessionDao sessionDao)
设置session存储器
|
| 限定符和类型 | 方法和说明 |
|---|---|
BTGSessionDao |
BTGSessionPlugin.getSessionDao()
获取session存储器
|
| 限定符和类型 | 方法和说明 |
|---|---|
BTGStandardSessionContext |
BTGSessionPlugin.getSessionContext(javax.servlet.ServletContext servletContext,
BTGSessionDao sessionDao)
获取SessionContext
|
void |
BTGSessionPlugin.setSessionDao(BTGSessionDao sessionDao)
设置session存储器
|
| 构造器和说明 |
|---|
BTGSessionPlugin(BTGSessionDao sessionDao) |
Copyright © 2020. All rights reserved.