Abstract
A type of request processing means required in order to apply this capability.
A type of extension to request processing means this capability applies.
Static
combineCombines two request processing capabilities.
A type of request processing means expected by the first
capability.
A type of request processing means extension applied by the first
capability.
A type of request processing means extension applied by the second
capability.
First capability to combine.
Second capability to combine. Receives requests modified by the first
one.
Combined request processing capability that applies modifications to request by the first
capability,
and then - by the second
one.
Static
ofBuilds request capability by the given provider
.
A type of request processing means required by this provider.
A type of extension to request processing means this provider applies.
Request processing capability provider.
Request processing capability that call the given provider
in order to apply.
Combines this capability with the next
one.
A type of extension to request processing means applied by next
capability.
Next capability that receives requests modified by this capability.
New request processing capability that applies modifications to request by this capability first,
and then - by the next
one.
RequestCapability.combine
Abstract
forProvides request processing capability to the given handler.
Builds request processing handler that modifies request and delegates to target handler
.
A type of request processing means expected by constructed handler.
Request processing handler that will receive modified request context.
New request processing handler.
Generated using TypeDoc
Request processing capability.
Modifies request processing context in a certain way when delegates to handler.
Request processing capabilities could be combined.