Class AjaxFormUpdateFilter
java.lang.Object
org.apache.tapestry5.internal.services.ajax.AjaxFormUpdateFilter
- All Implemented Interfaces:
ComponentEventRequestFilter
Filter for the
Ajax
ComponentEventRequestHandler
that informs the AjaxFormUpdateController
about the form's client id and component id. Partial renders work with the
AjaxFormUpdateController to ensure that the Form data, if any, is collected and rendered
as part of the response.- Since:
- 5.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionAjaxFormUpdateFilter
(Request request, AjaxFormUpdateController ajaxFormUpdateController) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) Filter for a component action request.
-
Constructor Details
-
AjaxFormUpdateFilter
-
-
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
-