public class DefaultSessionManager extends SessionManager
| 构造器 | 说明 |
|---|---|
DefaultSessionManager() |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
Session |
delete(String name,
ActionContext actionContext) |
删除一个会话。
|
Session |
get(String name,
ActionContext actionContext) |
获取一个指定的会话,其中name可以为null,如果Session不存在那么创建一个。。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSession, getSession, getSessionManager, remove, setSessionManagerpublic Session get(String name, ActionContext actionContext)
SessionManagerget 在类中 SessionManagerpublic Session delete(String name, ActionContext actionContext)
SessionManagerdelete 在类中 SessionManagerCopyright © 2018 xworker.org. All rights reserved.