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