Uses of Interface
org.zkoss.zk.ui.sys.SessionCache

Packages that use SessionCache
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). 
 

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

Classes in org.zkoss.zk.ui.http that implement SessionCache
 class SimpleSessionCache
          A simple implementation of SessionCache.
 

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

Methods in org.zkoss.zk.ui.impl that return SessionCache
 SessionCache AbstractWebApp.getSessionCache()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type SessionCache
 void AbstractWebApp.setSessionCache(SessionCache cache)
           
 

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

Methods in org.zkoss.zk.ui.sys that return SessionCache
 SessionCache WebAppCtrl.getSessionCache()
          Returns the session cache (never null).
 

Methods in org.zkoss.zk.ui.sys with parameters of type SessionCache
 void WebAppCtrl.setSessionCache(SessionCache cache)
          Sets the session cache for this Web application.
 



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