Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.internal.services » [javadoc | source]
org.apache.tapestry5.internal.services
public class: AjaxFilter [javadoc | source]
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:
 public AjaxFilter(Request request,
    ComponentEventRequestHandler ajaxHandler) 
Method from org.apache.tapestry5.internal.services.AjaxFilter Summary:
handle
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.internal.services.AjaxFilter Detail:
 public  void handle(ComponentEventRequestParameters parameters,
    ComponentEventRequestHandler handler) throws IOException