Class AjaxFilter
java.lang.Object
org.apache.tapestry5.internal.services.AjaxFilter
- All Implemented Interfaces:
ComponentEventRequestFilter
A filter that intercepts Ajax-oriented requests, thos that originate on the client-side using XmlHttpRequest. In
these cases, the action processing occurs normally, but the response is quite different.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) Filter for a component action request.
-
Constructor Details
-
AjaxFilter
-
-
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
-