Uses of Interface
org.zkoss.zk.ui.Session

Packages that use Session
org.zkoss.zk.au.http HTTP related classes used to do asynchronous updates. 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.http HTTP relevant utilities and servlets for implementing user interfaces (implementation only). 
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zkmax.ui.util   
 

Uses of Session in org.zkoss.zk.au.http
 

Methods in org.zkoss.zk.au.http that return Session
 Session AuExtensionRequest.getSession(boolean create)
          Returns the session, or null if no session and create is false.
 

Methods in org.zkoss.zk.au.http with parameters of type Session
protected  void DHtmlUpdateServlet.process(Session sess, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Process asynchronous update requests from the client.
 

Uses of Session in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return Session
static Session Sessions.getCurrent()
          Returns the session for the current thread.
static Session Sessions.getCurrent(boolean create)
          Returns the session for the current thread.
 Session Execution.getSession()
          Returns the session this execution belongs to.
 Session Desktop.getSession()
          Returns the session of this desktop.
 

Uses of Session in org.zkoss.zk.ui.http
 

Classes in org.zkoss.zk.ui.http that implement Session
 class SerializableSession
          Serializable Session.
 class SimpleSession
          A non-serializable implementation of Session.
 

Methods in org.zkoss.zk.ui.http that return Session
 Session SimpleSessionCache.get(java.lang.Object navsess)
           
 Session SessionResolverImpl.getSession(boolean create)
           
static Session WebManager.getSession(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest request)
          Returns the session associated with the specified request request, or if the request does not have a session, creates one.
static Session WebManager.getSession(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest request, boolean create)
          Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
 Session SimpleUiFactory.newSession(WebApp wapp, java.lang.Object nativeSess, java.lang.Object request)
           
 Session SerializableUiFactory.newSession(WebApp wapp, java.lang.Object nativeSess, java.lang.Object request)
           
 

Methods in org.zkoss.zk.ui.http with parameters of type Session
 Desktop WebManager.getDesktop(Session sess, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, java.lang.String path, boolean autocreate)
          Returns the desktop of the specified request, or null if not found and autocreate is false, or it has been redirect or forward to other page.
protected  boolean DHtmlLayoutServlet.process(Session sess, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String path, boolean bRichlet)
          Process the request.
protected  boolean DHtmlLayoutPortlet.process(Session sess, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, java.lang.String path, boolean bRichlet)
          Process a portlet request.
 void SimpleSessionCache.put(Session sess)
           
 void SimpleSessionCache.remove(Session sess)
           
static java.lang.Object I18Ns.setup(Session sess, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, java.lang.String charset)
          Sets up the internationalization attributes, inclluding locale and time zone.
 

Uses of Session in org.zkoss.zk.ui.impl
 

Methods in org.zkoss.zk.ui.impl that return Session
 Session RequestInfoImpl.getSession()
           
 Session DesktopImpl.getSession()
           
 Session AbstractExecution.getSession()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type Session
 DesktopCache SessionDesktopCacheProvider.getDesktopCache(Session sess)
           
 DesktopCache GlobalDesktopCacheProvider.getDesktopCache(Session sess)
           
 DesktopCache AbstractWebApp.getDesktopCache(Session sess)
           
 void SessionDesktopCacheProvider.sessionDestroyed(Session sess)
           
 void GlobalDesktopCacheProvider.sessionDestroyed(Session sess)
           
 void AbstractWebApp.sessionDestroyed(Session sess)
           
 void SimpleDesktopCache.sessionDidActivate(Session sess)
          Invokes DesktopCtrl.sessionDidActivate(org.zkoss.zk.ui.Session) for each desktops it cached.
 void SessionDesktopCacheProvider.sessionDidActivate(Session sess)
          Invokes SessionDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionDidActivate(org.zkoss.zk.ui.Session).
 void GlobalDesktopCacheProvider.sessionDidActivate(Session sess)
          Invokes GlobalDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionDidActivate(org.zkoss.zk.ui.Session).
 void DesktopImpl.sessionDidActivate(Session sess)
           
 void AbstractWebApp.sessionDidActivate(Session sess)
          Invokes AbstractWebApp.getDesktopCacheProvider()'s DesktopCacheProvider.sessionDidActivate(org.zkoss.zk.ui.Session).
 void SimpleDesktopCache.sessionWillPassivate(Session sess)
          Invokes DesktopCtrl.sessionWillPassivate(org.zkoss.zk.ui.Session) for each desktops it cached.
 void SessionDesktopCacheProvider.sessionWillPassivate(Session sess)
          Invokes SessionDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionWillPassivate(org.zkoss.zk.ui.Session).
 void GlobalDesktopCacheProvider.sessionWillPassivate(Session sess)
          Invokes GlobalDesktopCacheProvider.getDesktopCache(org.zkoss.zk.ui.Session)'s DesktopCache.sessionWillPassivate(org.zkoss.zk.ui.Session).
 void DesktopImpl.sessionWillPassivate(Session sess)
           
 void AbstractWebApp.sessionWillPassivate(Session sess)
          Invokes AbstractWebApp.getDesktopCacheProvider()'s DesktopCacheProvider.sessionWillPassivate(org.zkoss.zk.ui.Session).
 

Constructors in org.zkoss.zk.ui.impl with parameters of type Session
RequestInfoImpl(WebApp wapp, Session sess, Desktop desktop, java.lang.Object request, Locator locator)
          Constructor
 

Uses of Session in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys that return Session
 Session SessionCache.get(java.lang.Object navsess)
          Retrieves a ZK session from the cache, or null if the ZK session is not stored.
 Session RequestInfo.getSession()
          Returns the session, or null if not available.
 Session SessionResolver.getSession(boolean create)
          Returns the session, or null if no session available and create is false.
static Session SessionsCtrl.getSession(WebApp wapp, java.lang.Object navsess)
          Returns the ZK session associated with the specified native session.
 Session UiFactory.newSession(WebApp wapp, java.lang.Object nativeSess, java.lang.Object request)
          Creates an instance of Session.
static Session SessionsCtrl.newSession(WebApp wapp, java.lang.Object navsess, java.lang.Object request)
          Instantiates a ZK session that is assoicated witht the specified native session and request.
 

Methods in org.zkoss.zk.ui.sys with parameters of type Session
 DesktopCache WebAppCtrl.getDesktopCache(Session sess)
          Returns the desktop cache.
 DesktopCache DesktopCacheProvider.getDesktopCache(Session session)
          Returns a desktop cache of the specified session.
 boolean FailoverManager.isRecoverable(Session sess, java.lang.String desktopId)
          Tests whether the specified desktop ID is recoverable.
 void SessionCache.put(Session sess)
          Puts a ZK session to the cache.
 void FailoverManager.recover(Session sess, Execution exec, Desktop desktop)
          Recovers the specified desktop.
 void SessionCache.remove(Session sess)
          Removes the ZK session from the cache.
static boolean SessionsCtrl.requestEnter(Session sess)
          Called when a servlet/portlet starts to serve a request.
static void SessionsCtrl.requestExit(Session sess)
          Called when a servlet/portlet completes the service of a request.
 void WebAppCtrl.sessionDestroyed(Session sess)
          Called when the native session of the specified session has been destroyed
 void DesktopCacheProvider.sessionDestroyed(Session session)
          Called when a session is destroyed.
 void WebAppCtrl.sessionDidActivate(Session sess)
          Notification that the session has just been activated (aka., deserialized).
 void DesktopCtrl.sessionDidActivate(Session sess)
          Notification that the session, which owns this desktop, has just been activated (aka., deserialized) by the Web container.
 void DesktopCacheProvider.sessionDidActivate(Session sess)
          Notification that the session has just been activated (aka., deserialized).
 void DesktopCache.sessionDidActivate(Session sess)
          Notification that the session has just been activated (aka., deserialized).
 void WebAppCtrl.sessionWillPassivate(Session sess)
          Notification that the session is about to be passivated (aka., serialized).
 void DesktopCtrl.sessionWillPassivate(Session sess)
          Notification that the session, which owns this desktop, is about to be passivated (aka., serialized) by the Web container.
 void DesktopCacheProvider.sessionWillPassivate(Session sess)
          Notification that the session is about to be passivated (aka., serialized).
 void DesktopCache.sessionWillPassivate(Session sess)
          Notification that the session is about to be passivated (aka., serialized).
static void SessionsCtrl.setCurrent(Session sess)
          Sets the session for the current thread.
 

Uses of Session in org.zkoss.zk.ui.util
 

Fields in org.zkoss.zk.ui.util declared as Session
protected  Session GenericAutowireComposer.session
          Implicit Object; the session.
 

Methods in org.zkoss.zk.ui.util with parameters of type Session
 void DesktopRecycle.afterRemove(Session sess, Desktop desktop)
          Called after a desktop is removed.
 void SessionCleanup.cleanup(Session sess)
          called when a session is about to be destroyed.
 void SessionActivationListener.didActivate(Session session)
          Called when a session has just been activated.
 void SessionInit.init(Session sess, java.lang.Object request)
          Called when a session is created and initialized.
 void Configuration.invokeRequestInterceptors(Session sess, java.lang.Object request, java.lang.Object response)
          Invokes RequestInterceptor.request(org.zkoss.zk.ui.Session, java.lang.Object, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 void Configuration.invokeSessionCleanups(Session sess)
          Invokes SessionCleanup.cleanup(org.zkoss.zk.ui.Session) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 void Configuration.invokeSessionInits(Session sess, java.lang.Object request)
          Invokes SessionInit.init(org.zkoss.zk.ui.Session, java.lang.Object) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 void RequestInterceptor.request(Session sess, java.lang.Object request, java.lang.Object response)
          Called before a request is processed by ZK Loader or ZK Update Engine.
 void Statistic.sessionCreated(Session sess)
           
 void Monitor.sessionCreated(Session sess)
          Called when a new session is created.
 void Statistic.sessionDestroyed(Session sess)
           
 void Monitor.sessionDestroyed(Session sess)
          Called when a session is being destroyed.
 void SessionActivationListener.willPassivate(Session session)
          Called when a session is about to be passivated.
 void SessionSerializationListener.willSerialize(Session session)
          Called when a session is going to serialize this object.
 

Uses of Session in org.zkoss.zkmax.ui.util
 

Methods in org.zkoss.zkmax.ui.util with parameters of type Session
 void DesktopRecycle.afterRemove(Session sess, Desktop desktop)
           
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo