A NestedMatcher allows for multiple-stage resolution of a route.
Expanded class hierarchy of NestedMatcherInterface
All classes that implement NestedMatcherInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
NestedMatcherInterface:: |
public | function | Adds a partial matcher to the matching plan. | 1 |
NestedMatcherInterface:: |
public | function | Sets the final matcher for the matching plan. | 1 |
NestedMatcherInterface:: |
public | function | Sets the first matcher for the matching plan. | 1 |
RequestMatcherInterface:: |
public | function | Tries to match a request with a set of routes. | 4 |