List of usage examples for org.springframework.web.servlet HandlerAdapter interface-usage
From source file com.revolsys.ui.web.rest.interceptor.WebAnnotationMethodHandlerAdapter.java
/**
* Implementation of the {@link org.springframework.web.servlet.HandlerAdapter}
* interface that maps handler methods based on HTTP paths, HTTP methods and
* request parameters expressed through the {@link RequestMapping} annotation.
* <p>
* Supports request parameter binding through the {@link RequestParam}
From source file org.springframework.data.document.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.java
/**
* Implementation of the {@link org.springframework.web.servlet.HandlerAdapter} interface
* that maps handler methods based on HTTP paths, HTTP methods and request parameters
* expressed through the {@link RequestMapping} annotation.
* <p/>
* <p>Supports request parameter binding through the {@link RequestParam} annotation.
From source file org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.java
/**
* Implementation of the {@link org.springframework.web.servlet.HandlerAdapter} interface
* that maps handler methods based on HTTP paths, HTTP methods and request parameters
* expressed through the {@link RequestMapping} annotation.
*
* <p>Supports request parameter binding through the {@link RequestParam} annotation.
From source file morph.plugin.views.annotation.AnnotationMethodHandlerAdapter.java
/**
* Implementation of the {@link org.springframework.web.servlet.HandlerAdapter} interface
* that maps handler methods based on HTTP paths, HTTP methods and request parameters
* expressed through the {@link RequestMapping} annotation.
*
* <p>Supports request parameter binding through the {@link RequestParam} annotation.
From source file org.springframework.web.servlet.mvc.annotation.MyAnnotationMethodHandlerAdapter.java
/**
* Implementation of the {@link org.springframework.web.servlet.HandlerAdapter} interface
* that maps handler methods based on HTTP paths, HTTP methods and request parameters
* expressed through the {@link RequestMapping} annotation.
*
* <p>Supports request parameter binding through the {@link RequestParam} annotation.