|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.upload.internal.services.UploadExceptionFilter
@Events(value="uploadException when a exception occur processing the upload") public class UploadExceptionFilter
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 | |
---|---|
UploadExceptionFilter(MultipartDecoder decoder,
ComponentEventResultProcessor resultProcessor,
ComponentSource componentSource)
|
Method Summary | |
---|---|
void |
handle(ComponentEventRequestParameters parameters,
ComponentEventRequestHandler handler)
Filter for a component action request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UploadExceptionFilter(MultipartDecoder decoder, @Traditional@Primary ComponentEventResultProcessor resultProcessor, ComponentSource componentSource)
Method Detail |
---|
public void handle(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) throws java.io.IOException
ComponentEventRequestFilter
handle
in interface ComponentEventRequestFilter
parameters
- defining details of the requesthandler
- to delegate to
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |