org.apache.tapestry5.upload.services
Class UploadEvents

java.lang.Object
  extended by org.apache.tapestry5.upload.services.UploadEvents

public class UploadEvents
extends Object

Names of events that may be triggered on components due to file uploads.


Field Summary
static String UPLOAD_EXCEPTION
          Name of event fired on a page when an upload form associated with that page encounters a FileUploadException while processing the multipart form submission.
 
Constructor Summary
UploadEvents()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPLOAD_EXCEPTION

public static final String UPLOAD_EXCEPTION
Name of event fired on a page when an upload form associated with that page encounters a FileUploadException while processing the multipart form submission.

See Also:
Constant Field Values
Constructor Detail

UploadEvents

public UploadEvents()


Copyright © 2003-2012 The Apache Software Foundation.