Uses of Interface
org.zkoss.zk.ui.Richlet
-
Packages that use Richlet Package Description org.zkoss.zk.ui org.zkoss.zk.ui.http org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys org.zkoss.zk.ui.util -
-
Uses of Richlet in org.zkoss.zk.ui
Classes in org.zkoss.zk.ui that implement Richlet Modifier and Type Class Description classGenericRichletDefines a generic richlet. -
Uses of Richlet in org.zkoss.zk.ui.http
Methods in org.zkoss.zk.ui.http with parameters of type Richlet Modifier and Type Method Description static PageWebManager. newPage(UiFactory uf, RequestInfo ri, Richlet richlet, jakarta.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 Modifier and Type Method Description RichletAbstractUiFactory. getRichlet(RequestInfo ri, java.lang.String path)Methods in org.zkoss.zk.ui.impl with parameters of type Richlet Modifier and Type Method Description voidUiEngineImpl. execNewPage(Execution exec, Richlet richlet, Page page, java.io.Writer out)PageAbstractUiFactory. newPage(RequestInfo ri, Richlet richlet, java.lang.String path)Constructors in org.zkoss.zk.ui.impl with parameters of type Richlet Constructor Description 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 Modifier and Type Method Description RichletUiFactory. 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 Modifier and Type Method Description voidUiEngine. execNewPage(Execution exec, Richlet richlet, Page page, java.io.Writer out)Invokeservice(org.zkoss.zk.ui.Page), when a new page is creates upon visiting a richlet.PageUiFactory. newPage(RequestInfo ri, Richlet richlet, java.lang.String path)Creates an instance ofPagefor the specified richlet. -
Uses of Richlet in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util that return Richlet Modifier and Type Method Description RichletConfiguration. getRichlet(java.lang.String name)Returns an instance of richlet of the specified name, or null if not found.RichletConfiguration. getRichletByPath(java.lang.String path)Returns an instance of richlet for the specified path, or null if not found.Methods in org.zkoss.zk.ui.util with parameters of type Richlet Modifier and Type Method Description java.lang.ObjectConfiguration. addRichlet(java.lang.String name, Richlet richlet)Adds the richlet.
-