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

Packages that use Richlet
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.zkplus.embed Utilities to embed ZK components into the 3rd party framework. 
 

Uses of Richlet in org.zkoss.zk.ui
 

Classes in org.zkoss.zk.ui that implement Richlet
 class GenericRichlet
          Defines a generic richlet.
 

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

Methods in org.zkoss.zk.ui.http with parameters of type Richlet
static Page WebManager.newPage(UiFactory uf, RequestInfo ri, Richlet richlet, javax.servlet.ServletResponse response, java.lang.String path)
          Creates a page.
 

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

Methods in org.zkoss.zk.ui.impl that return Richlet
 Richlet AbstractUiFactory.getRichlet(RequestInfo ri, java.lang.String path)
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type Richlet
 void UiEngineImpl.execNewPage(Execution exec, Richlet richlet, Page page, java.io.Writer out)
           
 Page AbstractUiFactory.newPage(RequestInfo ri, Richlet richlet, java.lang.String path)
           
 

Constructors in org.zkoss.zk.ui.impl with parameters of type Richlet
PageImpl(Richlet richlet, java.lang.String path)
          Constructs a page by specifying a richlet.
 

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

Methods in org.zkoss.zk.ui.sys that return Richlet
 Richlet UiFactory.getRichlet(RequestInfo ri, java.lang.String path)
          Returns a richlet for specified request, or null if the richlet is not found..
 

Methods in org.zkoss.zk.ui.sys with parameters of type Richlet
 void UiEngine.execNewPage(Execution exec, Richlet richlet, Page page, java.io.Writer out)
          Invoke service(org.zkoss.zk.ui.Page), when a new page is creates upon visiting a richlet.
 Page UiFactory.newPage(RequestInfo ri, Richlet richlet, java.lang.String path)
          Creates an instance of Page for the specified richlet.
 

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

Methods in org.zkoss.zk.ui.util that return Richlet
 Richlet Configuration.getRichlet(java.lang.String name)
          Returns an instance of richlet of the specified name, or null if not found.
 Richlet Configuration.getRichletByPath(java.lang.String path)
          Returns an instance of richlet for the specified path, or null if not found.
 

Uses of Richlet in org.zkoss.zkplus.embed
 

Methods in org.zkoss.zkplus.embed with parameters of type Richlet
static void Renders.render(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Richlet richlet, java.lang.String path, boolean pageDOM, java.io.Writer out)
          Outputs the HTML tags of the given component to the given writer with additional control.
static void Renders.render(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Richlet richlet, java.lang.String path, java.io.Writer out)
          Outputs the HTML tags of the given component to the given writer.
 



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