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

Packages that use WebApp
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.metainfo Metainfo representing pages and languages (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. 
 

Uses of WebApp in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return WebApp
 WebApp Session.getWebApp()
          Returns the Web application that this session belongs to.
 WebApp RichletConfig.getWebApp()
          Returns the web application that the richlet belongs to.
 WebApp Desktop.getWebApp()
          Returns the Web application this desktop belongs to.
 WebApp WebApp.getWebApp(java.lang.String uripath)
          Returns the WebApp that corresponds to a specified URL on the server, or null if either none exists or the container wishes to restrict this access..
 

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

Classes in org.zkoss.zk.ui.http that implement WebApp
 class SimpleWebApp
          A servlet-based Web application.
 

Methods in org.zkoss.zk.ui.http that return WebApp
 WebApp WebManager.getWebApp()
          Returns the Web application.
 WebApp SimpleSession.getWebApp()
           
 WebApp SimpleWebApp.getWebApp(java.lang.String uripath)
           
 

Methods in org.zkoss.zk.ui.http with parameters of type WebApp
 Session SimpleUiFactory.newSession(WebApp wapp, java.lang.Object nativeSess, java.lang.String clientAddr, java.lang.String clientHost)
           
 Session SerializableUiFactory.newSession(WebApp wapp, java.lang.Object nativeSess, java.lang.String clientAddr, java.lang.String clientHost)
           
 

Constructors in org.zkoss.zk.ui.http with parameters of type WebApp
SerializableSession(WebApp wapp, javax.servlet.http.HttpSession hsess, java.lang.String clientAddr, java.lang.String clientHost)
           
SimpleSession(WebApp wapp, javax.servlet.http.HttpSession hsess, java.lang.String clientAddr, java.lang.String clientHost)
           
 

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

Classes in org.zkoss.zk.ui.impl that implement WebApp
 class AbstractWebApp
          A skeletal implementation of WebApp.
 

Methods in org.zkoss.zk.ui.impl that return WebApp
 WebApp RichletConfigImpl.getWebApp()
           
 WebApp RequestInfoImpl.getWebApp()
           
 WebApp DesktopImpl.getWebApp()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type WebApp
 void UiEngineImpl.start(WebApp wapp)
           
 void SessionDesktopCacheProvider.start(WebApp wapp)
           
 void GlobalDesktopCacheProvider.start(WebApp wapp)
           
 void AbstractUiFactory.start(WebApp wapp)
           
 void UiEngineImpl.stop(WebApp wapp)
           
 void SessionDesktopCacheProvider.stop(WebApp wapp)
           
 void GlobalDesktopCacheProvider.stop(WebApp wapp)
           
 void AbstractUiFactory.stop(WebApp wapp)
           
 

Constructors in org.zkoss.zk.ui.impl with parameters of type WebApp
DesktopImpl(WebApp wapp, java.lang.String updateURI, java.lang.String path, java.lang.String deviceType)
           
RequestInfoImpl(WebApp wapp, Session sess, Desktop desktop, java.lang.Object request, org.zkoss.util.resource.Locator locator)
          Constructor
RichletConfigImpl(WebApp wapp, java.util.Map params)
           
 

Uses of WebApp in org.zkoss.zk.ui.metainfo
 

Methods in org.zkoss.zk.ui.metainfo with parameters of type WebApp
static org.zkoss.util.resource.Locator PageDefinitions.getLocator(WebApp wapp, java.lang.String path)
          Returns the locator for the specified context.
static PageDefinition PageDefinitions.getPageDefinition(WebApp wapp, org.zkoss.util.resource.Locator locator, java.lang.String path)
          Returns the page definition of the specified path, or null if not found or failed to parse.
static PageDefinition PageDefinitions.getPageDefinitionDirectly(WebApp wapp, org.zkoss.util.resource.Locator locator, org.zkoss.idom.Document doc, java.lang.String extension)
          Returns the page definition of the specified raw content in DOM; never null.
static PageDefinition PageDefinitions.getPageDefinitionDirectly(WebApp wapp, org.zkoss.util.resource.Locator locator, java.io.Reader reader, java.lang.String extension)
          Returns the page definition of the raw content from the specified reader; never null.
static PageDefinition PageDefinitions.getPageDefinitionDirectly(WebApp wapp, org.zkoss.util.resource.Locator locator, java.lang.String content, java.lang.String extension)
          Returns the page definition of the specified raw content; never null.
 

Constructors in org.zkoss.zk.ui.metainfo with parameters of type WebApp
Parser(WebApp wapp, org.zkoss.util.resource.Locator locator)
          Constructor.
 

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

Methods in org.zkoss.zk.ui.sys that return WebApp
 WebApp RequestInfo.getWebApp()
          Returns the Web application; never null.
 

Methods in org.zkoss.zk.ui.sys with parameters of type WebApp
 Session UiFactory.newSession(WebApp wapp, java.lang.Object nativeSess, java.lang.String clientAddr, java.lang.String clientHost)
          Creates an instance of Session.
 void UiFactory.start(WebApp wapp)
          Starts this factory.
 void UiEngine.start(WebApp wapp)
          Starts the engine.
 void DesktopCacheProvider.start(WebApp wapp)
          Starts the provider.
 void UiFactory.stop(WebApp wapp)
          Stops this factory.
 void UiEngine.stop(WebApp wapp)
          Stops the engine.
 void DesktopCacheProvider.stop(WebApp wapp)
          Stops the provider.
 

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

Methods in org.zkoss.zk.ui.util that return WebApp
 WebApp Configuration.getWebApp()
          Returns the Web application that this configuration belongs to, or null if it is not associated yet.
 

Methods in org.zkoss.zk.ui.util with parameters of type WebApp
 void WebAppCleanup.cleanup(WebApp wapp)
          called when a ZK application is about to be destroyed.
 void WebAppInit.init(WebApp wapp)
          Called when a ZK application is created and initialized.
 void Configuration.setWebApp(WebApp wapp)
          Associates it with a web application.
 



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