Class UploadEvents
-
- org.apache.tapestry5.upload.services.UploadEvents
-
public class UploadEvents extends
Names of events that may be triggered on components due to file uploads.
-
-
Field Summary
Fields Modifier and Type Field Description static
UPLOAD_EXCEPTION
Name of event fired on a page when an upload form associated with that page encounters aFileUploadException
while processing the multipart form submission.
-
Constructor Summary
Constructors Constructor Description UploadEvents()
-
-
-
Field Detail
-
UPLOAD_EXCEPTION
public static final UPLOAD_EXCEPTION
Name of event fired on a page when an upload form associated with that page encounters aFileUploadException
while processing the multipart form submission.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UploadEvents
public UploadEvents()
-
-