|
|
|
@ -56,6 +56,7 @@ import org.springframework.core.LocalVariableTableParameterNameDiscoverer;
@@ -56,6 +56,7 @@ import org.springframework.core.LocalVariableTableParameterNameDiscoverer;
|
|
|
|
|
import org.springframework.core.Ordered; |
|
|
|
|
import org.springframework.core.ParameterNameDiscoverer; |
|
|
|
|
import org.springframework.core.annotation.AnnotationUtils; |
|
|
|
|
import org.springframework.core.convert.support.DefaultConversionService; |
|
|
|
|
import org.springframework.http.HttpEntity; |
|
|
|
|
import org.springframework.http.HttpHeaders; |
|
|
|
|
import org.springframework.http.HttpInputMessage; |
|
|
|
@ -138,6 +139,9 @@ import org.springframework.web.util.WebUtils;
@@ -138,6 +139,9 @@ import org.springframework.web.util.WebUtils;
|
|
|
|
|
* @see #setMethodNameResolver |
|
|
|
|
* @see #setWebBindingInitializer |
|
|
|
|
* @see #setSessionAttributeStore |
|
|
|
|
* |
|
|
|
|
* @deprecated in Spring 3.2 in favor of |
|
|
|
|
* {@link org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter RequestMappingHandlerAdapter} |
|
|
|
|
*/ |
|
|
|
|
public class AnnotationMethodHandlerAdapter extends WebContentGenerator |
|
|
|
|
implements HandlerAdapter, Ordered, BeanFactoryAware { |
|
|
|
|