Class UploadEvents
java.lang.Object
org.apache.tapestry5.upload.services.UploadEvents
Names of events that may be triggered on components due to file uploads.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
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 -
Method Summary
-
Field Details
-
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:
-
-
Constructor Details
-
UploadEvents
public UploadEvents()
-