Uses of Interface
org.apache.tapestry5.services.ComponentRequestFilter
Packages that use ComponentRequestFilter
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
Core services
-
Uses of ComponentRequestFilter in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement ComponentRequestFilterModifier and TypeClassDescriptionclass
After processing the component event request (including Ajax requests), or the page render request, checks for theTapestryConstants.RESPONSE_RENDERER
request attribute, and invokes it to render the deferred response.class
A filter, used only in production mode, that does a "pre-flight check" that the indicated component actually exists.class
UsesOperationTracker
to add an operation generally describing each request. -
Uses of ComponentRequestFilter in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with type arguments of type ComponentRequestFilterModifier and TypeMethodDescriptionTapestryModule.buildComponentRequestHandler
(List<ComponentRequestFilter> configuration, ComponentRequestHandlerTerminator terminator, org.slf4j.Logger logger) void
TapestryModule.contributeComponentRequestHandler
(OrderedConfiguration<ComponentRequestFilter> configuration, boolean productionMode) Contributes: OperationTracker Tracks general information about the request usingOperationTracker
UnknownComponentFilter (production mode only)ProductionModeUnknownComponentFilter
- Detects request with unknown component and aborts handling to ultimately deliver a 404 response InitializeActivePageNameInitializeActivePageName
DeferredResponseRendererDeferredResponseRenderer
-
Uses of ComponentRequestFilter in org.apache.tapestry5.services
Classes in org.apache.tapestry5.services that implement ComponentRequestFilterModifier and TypeClassDescriptionclass
Filter contributed into theComponentRequestHandler
pipeline to set theactivePageName property
.