org.zkoss.zk.ui.sys
Class SessionsCtrl

java.lang.Object
  extended by org.zkoss.zk.ui.Sessions
      extended by org.zkoss.zk.ui.sys.SessionsCtrl

public class SessionsCtrl
extends Sessions

An addition interface to Sessions for implementation.

Author:
tomyeh

Field Summary
 
Fields inherited from class org.zkoss.zk.ui.Sessions
_sess
 
Constructor Summary
protected SessionsCtrl()
           
 
Method Summary
static SessionCtrl getCurrentCtrl()
          Returns the current SessionCtrl.
static void setCurrent(Session sess)
          Sets the session for the current thread.
 
Methods inherited from class org.zkoss.zk.ui.Sessions
getCurrent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionsCtrl

protected SessionsCtrl()
Method Detail

setCurrent

public static final void setCurrent(Session sess)
Sets the session for the current thread. Called only internally.


getCurrentCtrl

public static final SessionCtrl getCurrentCtrl()
Returns the current SessionCtrl.



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.