|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkmax.au.InaccessibleWidgetBlockService.DesktopInit
public static class InaccessibleWidgetBlockService.DesktopInit
The initial listener used to register in WEB-INF/zk.xml
Constructor Summary | |
---|---|
InaccessibleWidgetBlockService.DesktopInit()
|
Method Summary | |
---|---|
void |
init(Desktop desktop,
java.lang.Object request)
Called when a desktop is created and initialized. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InaccessibleWidgetBlockService.DesktopInit()
Method Detail |
---|
public void init(Desktop desktop, java.lang.Object request)
DesktopInit
Note: you can access the execution by calling
Desktop.getExecution()
or
Executions.getCurrent()
.
init
in interface DesktopInit
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |