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

Packages that use DesktopCache
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 DesktopCache in org.zkoss.zk.ui.http
 

Methods in org.zkoss.zk.ui.http that return DesktopCache
 DesktopCache SimpleSession.getDesktopCache()
           
 

Methods in org.zkoss.zk.ui.http with parameters of type DesktopCache
 void SimpleSession.setDesktopCache(DesktopCache cache)
           
 

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

Classes in org.zkoss.zk.ui.impl that implement DesktopCache
 class SimpleDesktopCache
          A simple implementation of DesktopCache.
 

Methods in org.zkoss.zk.ui.impl that return DesktopCache
 DesktopCache SessionDesktopCacheProvider.getDesktopCache(Session sess)
           
 DesktopCache GlobalDesktopCacheProvider.getDesktopCache(Session sess)
           
 DesktopCache AbstractWebApp.getDesktopCache(Session sess)
           
 

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

Methods in org.zkoss.zk.ui.sys that return DesktopCache
 DesktopCache SessionCtrl.getDesktopCache()
          Returns the desktop cache, or null if not available.
 DesktopCache WebAppCtrl.getDesktopCache(Session sess)
          Returns the desktop cache.
 DesktopCache DesktopCacheProvider.getDesktopCache(Session session)
          Returns a desktop cache of the specified session.
 

Methods in org.zkoss.zk.ui.sys with parameters of type DesktopCache
 void SessionCtrl.setDesktopCache(DesktopCache cache)
          Sets the desktop cache.
 



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