public interface AjaxRequestResolver
| Modifier and Type | Method and Description |
|---|---|
RedirectAction |
buildAjaxResponse(java.lang.String url,
WebContext context)
Build an AJAX reponse.
|
boolean |
isAjax(WebContext context)
Whether it is an AJAX request.
|
boolean isAjax(WebContext context)
context - the web contextRedirectAction buildAjaxResponse(java.lang.String url, WebContext context)
url - the redirection URL if it was not an AJAX requestcontext - the web contextCopyright © 2019. All Rights Reserved.