|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DesktopInit
Used to initialize a desktop when it is created.
How this interface is used.
init(org.zkoss.zk.ui.Desktop, java.lang.Object) is called.
| Method Summary | |
|---|---|
void |
init(Desktop desktop,
java.lang.Object request)
Called when a desktop is created and initialized. |
| Method Detail |
|---|
void init(Desktop desktop,
java.lang.Object request)
throws java.lang.Exception
Note: you can access the execution by calling
Desktop.getExecution() or
Executions.getCurrent().
desktop - the desktop being created and initializedrequest - the request caused the desktop being created.
If HTTP and servlet, it is javax.servlet.http.HttpServletRequest.
If portlet, it is javax.portlet.RenderRequest.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||