public class WebSocketDesktopInit extends java.lang.Object implements DesktopInit
| Constructor and Description |
|---|
WebSocketDesktopInit() |
public void init(Desktop desktop, java.lang.Object request) throws java.lang.Exception
DesktopInitNote: you can access the execution by calling
Desktop.getExecution() or
Executions.getCurrent().
init in interface DesktopInitdesktop - 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.ExceptionCopyright © 2005-2011 Potix Corporation. All Rights Reserved.