public class DefaultSessionManager extends SessionManager
| 构造器 | 说明 |
|---|---|
DefaultSessionManager() |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
boolean |
accept(ActionContext actionContext) |
是否接受当前环境,即会话管理器是否是当前环境的会话管理器。
|
Session |
delete(ActionContext actionContext) |
删除一个会话。
|
Session |
get(ActionContext actionContext) |
获取一个指定的会话,其中name可以为null,如果Session不存在那么创建一个。。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultSessionManager, getSession, getSessionManager, getSessionManagers, registSessionManager, remove, setLocalSessionManagerpublic Session get(ActionContext actionContext)
SessionManagerget 在类中 SessionManageractionContext - 变量上下文public Session delete(ActionContext actionContext)
SessionManagerdelete 在类中 SessionManageractionContext - 变量上下文public boolean accept(ActionContext actionContext)
SessionManageraccept 在类中 SessionManageractionContext - 变量上下文Copyright © 2021 xworker.org. All rights reserved.