接口的使用
org.xmeta.ui.session.Session
-
使用Session的程序包 程序包 说明 org.xmeta.ui.session -
-
org.xmeta.ui.session中Session的使用
实现Session的org.xmeta.ui.session中的类 修饰符和类型 类 说明 classAbstractSessionclassDefaultSession返回Session的org.xmeta.ui.session中的方法 修饰符和类型 方法 说明 SessionDefaultSessionManager. delete(ActionContext actionContext)abstract SessionSessionManager. delete(ActionContext actionContext)删除当前会话。SessionDefaultSessionManager. get(ActionContext actionContext)abstract SessionSessionManager. get(ActionContext actionContext)获取一个指定的会话,其中name可以为null,如果Session不存在那么创建一个。。static SessionSessionManager. getSession(ActionContext actionContext)获取默认环境的会话,是本地会话,公用一个Session。static SessionSessionManager. remove(ActionContext actionContext)
-