Uses of Package
org.zkoss.zk.ui.sys

Packages that use org.zkoss.zk.ui.sys
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). 
 

Classes in org.zkoss.zk.ui.sys used by org.zkoss.zk.ui
ComponentCtrl
          An addition interface to Component that is used for implementation or tools.
 

Classes in org.zkoss.zk.ui.sys used by org.zkoss.zk.ui.http
DesktopCache
          The cache used to store desktops.
ExecutionCtrl
          Additional interface to Execution for implementation.
SessionCtrl
          Additional interface of Session for implementation.
UiFactory
          Used to create Desktop, Page and to convert path/URL to PageDefinition.
WebAppCtrl
          Additional interface of WebApp for implementation.
 

Classes in org.zkoss.zk.ui.sys used by org.zkoss.zk.ui.impl
AbortingReason
          The aborting reason used to abort the current execution.
DesktopCache
          The cache used to store desktops.
DesktopCacheProvider
          Used to retrieve a desktop cache (DesktopCache).
DesktopCtrl
          An addition interface to Desktop for implementation.
EventProcessingThread
          Represents an event processing thread.
ExecutionCtrl
          Additional interface to Execution for implementation.
FailoverManager
          Represents a class that is able to handle fail-over in the application specific way.
IdGenerator
          Used to generate UUID of components and pages and ID of desktops.
PageConfig
          Represents the info used to initialize a page.
PageCtrl
          Addition interface to Page for implementation purpose.
RequestInfo
          The request information used with UiFactory.
RequestQueue
          A queue of AuRequest.
ServerPush
          Represents a server-push controller.
UiEngine
          UI engine is reponsible to process requests from the client, sends the response back to the client with the assistent of ExecutionCtrl.
UiFactory
          Used to create Desktop, Page and to convert path/URL to PageDefinition.
Visualizer
          A part of Execution for visualizing the components whose visual parts are modified.
WebAppCtrl
          Additional interface of WebApp for implementation.
 

Classes in org.zkoss.zk.ui.sys used by org.zkoss.zk.ui.sys
AbortingReason
          The aborting reason used to abort the current execution.
DesktopCache
          The cache used to store desktops.
DesktopCacheProvider
          Used to retrieve a desktop cache (DesktopCache).
EventProcessingThread
          Represents an event processing thread.
ExecutionCtrl
          Additional interface to Execution for implementation.
FailoverManager
          Represents a class that is able to handle fail-over in the application specific way.
IdGenerator
          Used to generate UUID of components and pages and ID of desktops.
PageConfig
          Represents the info used to initialize a page.
RequestInfo
          The request information used with UiFactory.
RequestQueue
          A queue of AuRequest.
ServerPush
          Represents a server-push controller.
SessionCtrl
          Additional interface of Session for implementation.
UiEngine
          UI engine is reponsible to process requests from the client, sends the response back to the client with the assistent of ExecutionCtrl.
UiFactory
          Used to create Desktop, Page and to convert path/URL to PageDefinition.
Visualizer
          A part of Execution for visualizing the components whose visual parts are modified.
 



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