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 java.lang.Object implements ComponentEventRequestFilter
Determines if there was anFileUploadException
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
Constructors Constructor Description UploadExceptionFilter(MultipartDecoder decoder, ComponentEventResultProcessor resultProcessor, ComponentSource componentSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler)
Filter for a component action request.
-
-
-
Constructor Detail
-
UploadExceptionFilter
public UploadExceptionFilter(MultipartDecoder decoder, @Traditional @Primary ComponentEventResultProcessor resultProcessor, ComponentSource componentSource)
-
-
Method Detail
-
handle
public void handle(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) throws java.io.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:
java.io.IOException
-
-