| Package | Description | 
|---|---|
| org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change | 
| org.apache.tapestry5.internal.services.ajax | [INTERNAL USE ONLY] AJAX support services; API subject to change | 
| org.apache.tapestry5.modules | |
| org.apache.tapestry5.services | Core services | 
| org.apache.tapestry5.test | Support for testing Tapestry pages | 
| org.apache.tapestry5.upload.internal.services | [INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AjaxComponentEventRequestHandlerSimilar to  ComponentEventRequestHandlerImpl, but built around the Ajax request cycle, where the action
 request sends back an immediate JSON response containing the new content. | 
| class  | ComponentEventRequestHandlerImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AjaxFilter. handle(ComponentEventRequestParameters parameters,
      ComponentEventRequestHandler handler) | 
| Constructor and Description | 
|---|
| AjaxFilter(Request request,
          ComponentEventRequestHandler ajaxHandler) | 
| ComponentRequestHandlerTerminator(ComponentEventRequestHandler componentEventRequestHandler,
                                 PageRenderRequestHandler pageRenderRequestHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AjaxFormUpdateFilter. handle(ComponentEventRequestParameters parameters,
      ComponentEventRequestHandler handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| ComponentEventRequestHandler | TapestryModule. buildAjaxComponentEventRequestHandler(List<ComponentEventRequestFilter> configuration,
                                     org.slf4j.Logger logger,
                                     AjaxComponentEventRequestHandler terminator)Builds the action request handler for Ajax requests, based on a
 pipeline around  AjaxComponentEventRequestHandler. | 
| ComponentEventRequestHandler | TapestryModule. buildComponentEventRequestHandler(List<ComponentEventRequestFilter> configuration,
                                 org.slf4j.Logger logger,
                                 ComponentEventRequestHandlerImpl terminator)Builds the component action request handler for traditional (non-Ajax)
 requests. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TapestryModule. contributeComponentEventRequestHandler(OrderedConfiguration<ComponentEventRequestFilter> configuration,
                                      RequestSecurityManager requestSecurityManager,
                                      ComponentEventRequestHandler ajaxHandler)Contributes filters:
 
 Ajax
 Determines if the request is Ajax oriented, and redirects to an alternative handler if so
 Secure
 Sends a redirect if an non-secure request accesses a secure page
  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ComponentEventRequestFilter. handle(ComponentEventRequestParameters parameters,
      ComponentEventRequestHandler handler)Filter for a component action request. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ComponentEventRequestHandler | TapestryTestCase. mockComponentEventRequestHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UploadExceptionFilter. handle(ComponentEventRequestParameters parameters,
      ComponentEventRequestHandler handler) | 
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.