Class AjaxFilter

java.lang.Object
org.apache.tapestry5.internal.services.AjaxFilter
All Implemented Interfaces:
ComponentEventRequestFilter

public class AjaxFilter extends Object implements 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.