|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface SessionWebContext
支持session的WebContext实现。
| 方法摘要 | |
|---|---|
void |
clear()
清除session。 |
SessionConfig |
getSessionConfig()
取得 SessionConfig实例。 |
boolean |
isSessionInvalidated()
判断session是否已经作废。 |
| 从接口 org.tinygroup.weblayer.webcontext.TwoPhaseCommitWebContext 继承的方法 |
|---|
commitHeaders |
| 从接口 org.tinygroup.weblayer.WebContext 继承的方法 |
|---|
getObject, getRequest, getResponse, getServletContext, getWrappedWebContext, init, setObject, setRequest, setResponse, setServletContext |
| 从接口 org.tinygroup.context.Context 继承的方法 |
|---|
clearSubContext, createSubContext, get, getParent, getSubContext, getSubContextMap, put, putSubContext, remove, removeSubContext, setParent |
| 从接口 org.tinygroup.context.BaseContext 继承的方法 |
|---|
exist, get, get, getItemMap, put, remove, renameKey, size |
| 方法详细信息 |
|---|
SessionConfig getSessionConfig()
SessionConfig实例。
SessionConfig实例boolean isSessionInvalidated()
truevoid clear()
invalidate()方法,但支持后续操作,而不会抛出
IllegalStateException。
org.tinygroup.context.BaseContext 中的 clear
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||