Class UploadExceptionFilter
java.lang.Object
org.apache.tapestry5.upload.internal.services.UploadExceptionFilter
- All Implemented Interfaces:
ComponentEventRequestFilter
@Events("uploadException when a exception occur processing the upload")
public class UploadExceptionFilter
extends Object
implements ComponentEventRequestFilter
Determines if there was an
FileUploadException
processing the request and, if
so, triggers an exception event on the page. If the page fails to respond to the event, then-
Constructor Summary
ConstructorsConstructorDescriptionUploadExceptionFilter
(MultipartDecoder decoder, ComponentEventResultProcessor resultProcessor, ComponentSource componentSource) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) Filter for a component action request.
-
Constructor Details
-
UploadExceptionFilter
public UploadExceptionFilter(MultipartDecoder decoder, @Traditional @Primary ComponentEventResultProcessor resultProcessor, ComponentSource componentSource)
-
-
Method Details
-
handle
public void handle(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) throws IOException Description copied from interface:ComponentEventRequestFilter
Filter for a component action request.- Specified by:
handle
in interfaceComponentEventRequestFilter
- Parameters:
parameters
- defining details of the requesthandler
- to delegate to- Throws:
IOException
-