Uses of Class
org.springframework.web.server.handler.WebHandlerDecorator
Packages that use WebHandlerDecorator
Package
Description
Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler.Provides common WebHandler implementations and a
WebHandlerDecorator.-
Uses of WebHandlerDecorator in org.springframework.web.server.adapter
Subclasses of WebHandlerDecorator in org.springframework.web.server.adapterModifier and TypeClassDescriptionclassDefault adapter ofWebHandlerto theHttpHandlercontract. -
Uses of WebHandlerDecorator in org.springframework.web.server.handler
Subclasses of WebHandlerDecorator in org.springframework.web.server.handlerModifier and TypeClassDescriptionclassWebHandler decorator that invokes one or moreWebExceptionHandlersafter the delegateWebHandler.class