public interface DesktopInit
How this interface is used.
init(org.zkoss.zk.ui.Desktop, java.lang.Object)
is called.Modifier and Type | Method and Description |
---|---|
void |
init(Desktop desktop,
java.lang.Object request)
Called when a desktop is created and initialized.
|
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
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.