Uses of Interface
org.springframework.web.servlet.HandlerAdapter
Packages that use HandlerAdapter
Package
Description
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
Classes supporting the
org.springframework.web.servlet.function
package.Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method
package.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of HandlerAdapter in org.springframework.web.servlet
Methods in org.springframework.web.servlet that return HandlerAdapterModifier and TypeMethodDescriptionprotected HandlerAdapter
DispatcherServlet.getHandlerAdapter
(Object handler) Return the HandlerAdapter for this handler object. -
Uses of HandlerAdapter in org.springframework.web.servlet.function.support
Classes in org.springframework.web.servlet.function.support that implement HandlerAdapterModifier and TypeClassDescriptionclass
HandlerAdapter
implementation that supportsHandlerFunction
s. -
Uses of HandlerAdapter in org.springframework.web.servlet.handler
Classes in org.springframework.web.servlet.handler that implement HandlerAdapterModifier and TypeClassDescriptionclass
Adapter to use the Servlet interface with the generic DispatcherServlet. -
Uses of HandlerAdapter in org.springframework.web.servlet.mvc
Classes in org.springframework.web.servlet.mvc that implement HandlerAdapterModifier and TypeClassDescriptionclass
Adapter to use the plainHttpRequestHandler
interface with the genericDispatcherServlet
.class
Adapter to use the plainController
workflow interface with the genericDispatcherServlet
. -
Uses of HandlerAdapter in org.springframework.web.servlet.mvc.method
Classes in org.springframework.web.servlet.mvc.method that implement HandlerAdapterModifier and TypeClassDescriptionclass
Abstract base class forHandlerAdapter
implementations that support handlers of typeHandlerMethod
. -
Uses of HandlerAdapter in org.springframework.web.servlet.mvc.method.annotation
Classes in org.springframework.web.servlet.mvc.method.annotation that implement HandlerAdapterModifier and TypeClassDescriptionclass