org.zkoss.zk.au.http
Class UploadInfoService.DesktopInit

java.lang.Object
  extended by org.zkoss.zk.au.http.UploadInfoService.DesktopInit
All Implemented Interfaces:
DesktopInit
Enclosing class:
UploadInfoService

public static class UploadInfoService.DesktopInit
extends java.lang.Object
implements DesktopInit

Registers the upload info service when


Constructor Summary
UploadInfoService.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

UploadInfoService.DesktopInit

public UploadInfoService.DesktopInit()
Method Detail

init

public void init(Desktop desktop,
                 java.lang.Object request)
Description copied from interface: DesktopInit
Called when a desktop is created and initialized.

Note: you can access the execution by calling Desktop.getExecution() or Executions.getCurrent().

Specified by:
init in interface DesktopInit
Parameters:
desktop - the desktop being created and initialized
request - the request caused the desktop being created. If HTTP and servlet, it is javax.servlet.http.HttpServletRequest. If portlet, it is javax.portlet.RenderRequest.


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo