org.apache.tapestry5.services
Interface ComponentEventRequestFilter

All Known Implementing Classes:
AjaxFilter, AjaxFormUpdateFilter, ImmediateActionRenderResponseFilter, UploadExceptionFilter

public interface ComponentEventRequestFilter

Filter interface for ComponentEventRequestHandler.


Method Summary
 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 request
handler - to delegate to
Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation.