Java org.springframework.web.servlet HandlerAdapter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet HandlerAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet HandlerAdapter.

The text is from its open source code.

Implementation

org.springframework.web.servlet.HandlerAdapter has the following implementations.
Click this link to see all its implementation.

Constructor

Method

longgetLastModified(HttpServletRequest request, Object handler)
Same contract as for HttpServlet's getLastModified method.
ModelAndViewhandle(HttpServletRequest request, HttpServletResponse response, Object handler)
Use the given handler to handle this request.
booleansupports(Object handler)
Given a handler instance, return whether or not this HandlerAdapter can support it.