Package org.apache.tapestry5.services
Interface ComponentEventRequestFilter
-
- All Known Implementing Classes:
AjaxFilter
,AjaxFormUpdateFilter
,UploadExceptionFilter
public interface ComponentEventRequestFilter
Filter interface forComponentEventRequestHandler
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler)
Filter for a component action request.
-
-
-
Method Detail
-
handle
void handle(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) throws IOException
Filter for a component action request.- Parameters:
parameters
- defining details of the requesthandler
- to delegate to- Throws:
IOException
-
-