|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.AjaxFilter
public class AjaxFilter
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 | |
---|---|
AjaxFilter(Request request,
ComponentEventRequestHandler ajaxHandler)
|
Method Summary | |
---|---|
void |
handle(ComponentEventRequestParameters parameters,
ComponentEventRequestHandler handler)
Filter for a component action request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AjaxFilter(Request request, @Ajax ComponentEventRequestHandler ajaxHandler)
Method Detail |
---|
public void handle(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) throws java.io.IOException
ComponentEventRequestFilter
handle
in interface ComponentEventRequestFilter
parameters
- defining details of the requesthandler
- to delegate to
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |