org.zkoss.zk.au.http
Class UploadInfoService

java.lang.Object
  extended by org.zkoss.zk.au.http.UploadInfoService
All Implemented Interfaces:
java.io.Serializable, AuService

public class UploadInfoService
extends java.lang.Object
implements AuService, java.io.Serializable

Extends desktop to handle the request of the upload information and post events if the upload is completed.

Since:
5.0.0
Author:
jumperchen
See Also:
Serialized Form

Nested Class Summary
static class UploadInfoService.DesktopInit
          Registers the upload info service when
 
Method Summary
 boolean service(AuRequest request, boolean everError)
          Handles an AU request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

service

public boolean service(AuRequest request,
                       boolean everError)
Description copied from interface: AuService
Handles an AU request.

Specified by:
service in interface AuService
Parameters:
request - the request sent from the client.
everError - whether any error ever occured before processing this request.
Returns:
whether the request has been processed. If false is returned, the defult process (handled by the component) will take place.


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