|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of Richlet in org.zkoss.zk.ui |
---|
Classes in org.zkoss.zk.ui that implement Richlet | |
---|---|
class |
GenericRichlet
Defines a genric 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)
|
void |
UiEngineImpl.execNewPage0(Execution exec,
PageDefinition pagedef,
Richlet richlet,
Page page,
java.io.Writer out)
It assumes exactly one of pagedef and richlet is not null. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |