Uses of Interface
org.apache.tapestry5.services.ComponentEventRequestHandler
Packages that use ComponentEventRequestHandler
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] AJAX support services; API subject to change
Core services
Support for testing Tapestry pages
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
-
Uses of ComponentEventRequestHandler in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement ComponentEventRequestHandlerModifier and TypeClassDescriptionclass
Similar toComponentEventRequestHandlerImpl
, but built around the Ajax request cycle, where the action request sends back an immediate JSON response containing the new content.class
Methods in org.apache.tapestry5.internal.services with parameters of type ComponentEventRequestHandlerModifier and TypeMethodDescriptionvoid
AjaxFilter.handle
(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) Constructors in org.apache.tapestry5.internal.services with parameters of type ComponentEventRequestHandlerModifierConstructorDescriptionAjaxFilter
(Request request, ComponentEventRequestHandler ajaxHandler) ComponentRequestHandlerTerminator
(ComponentEventRequestHandler componentEventRequestHandler, PageRenderRequestHandler pageRenderRequestHandler, InvalidationEventHub invalidationEventHub, ComponentDependencyRegistry componentDependencyRegistry) -
Uses of ComponentEventRequestHandler in org.apache.tapestry5.internal.services.ajax
Methods in org.apache.tapestry5.internal.services.ajax with parameters of type ComponentEventRequestHandlerModifier and TypeMethodDescriptionvoid
AjaxFormUpdateFilter.handle
(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) -
Uses of ComponentEventRequestHandler in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules that return ComponentEventRequestHandlerModifier and TypeMethodDescriptionTapestryModule.buildAjaxComponentEventRequestHandler
(List<ComponentEventRequestFilter> configuration, org.slf4j.Logger logger, AjaxComponentEventRequestHandler terminator) Builds the action request handler for Ajax requests, based on a pipeline aroundAjaxComponentEventRequestHandler
.TapestryModule.buildComponentEventRequestHandler
(List<ComponentEventRequestFilter> configuration, org.slf4j.Logger logger, ComponentEventRequestHandlerImpl terminator) Builds the component action request handler for traditional (non-Ajax) requests.Methods in org.apache.tapestry5.modules with parameters of type ComponentEventRequestHandlerModifier and TypeMethodDescriptionvoid
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 -
Uses of ComponentEventRequestHandler in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services with parameters of type ComponentEventRequestHandlerModifier and TypeMethodDescriptionvoid
ComponentEventRequestFilter.handle
(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler) Filter for a component action request. -
Uses of ComponentEventRequestHandler in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return ComponentEventRequestHandlerModifier and TypeMethodDescriptionprotected final ComponentEventRequestHandler
TapestryTestCase.mockComponentEventRequestHandler()
-
Uses of ComponentEventRequestHandler in org.apache.tapestry5.upload.internal.services
Methods in org.apache.tapestry5.upload.internal.services with parameters of type ComponentEventRequestHandlerModifier and TypeMethodDescriptionvoid
UploadExceptionFilter.handle
(ComponentEventRequestParameters parameters, ComponentEventRequestHandler handler)