|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.ajax.AjaxFormUpdateFilter
public class AjaxFormUpdateFilter
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.
Constructor Summary | |
---|---|
AjaxFormUpdateFilter(Request request,
AjaxFormUpdateController ajaxFormUpdateController)
|
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 AjaxFormUpdateFilter(Request request, AjaxFormUpdateController ajaxFormUpdateController)
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 |