Uses of Interface
org.zkoss.zk.ui.sys.SessionCtrl
-
Packages that use SessionCtrl Package Description org.zkoss.zk.ui.http org.zkoss.zk.ui.sys -
-
Uses of SessionCtrl in org.zkoss.zk.ui.http
Classes in org.zkoss.zk.ui.http that implement SessionCtrl Modifier and Type Class Description class
SerializableSession
SerializableSession
.class
SimpleSession
A non-serializable implementation ofSession
. -
Uses of SessionCtrl in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return SessionCtrl Modifier and Type Method Description static SessionCtrl
SessionsCtrl. getCurrentCtrl()
Returns the currentSessionCtrl
.
-