| Class | Description |
|---|---|
| DefaultRequestMatcherRegistry<T> | |
| DefaultRequestMatcherRegistry.Path<H> |
Represents a URI path, which can be a parent to regular sub paths, a catch all sub path (/*) and a URI param path (/{param}).
|
| DefaultRequestMatcherRegistry.RequestHandlerMatcherPair<A> |
Association of a
RequestHandler and a PathAndMethodRequestMatcher as they were introduced, which allows a
joint view and availability handling. |
| DefaultRequestMatcherRegistryBuilder<T> | |
| RedirectUtils |
Redirect utilities.
|
| ThreadContext |
Auxiliary auto-closeable class to be used in a try-with-resources scope.
|
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.