Package | Description |
---|---|
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing,
building on the
org.springframework.web.method.annotation package. |
Constructor and Description |
---|
InitBinderDataBinderFactory(List<InvocableHandlerMethod> binderMethods,
WebBindingInitializer initializer)
Create a new instance.
|
ModelFactory(List<InvocableHandlerMethod> attributeMethods,
WebDataBinderFactory binderFactory,
SessionAttributesHandler sessionAttributesHandler)
Create a new instance with the given
@ModelAttribute methods. |
Modifier and Type | Class and Description |
---|---|
class |
ServletInvocableHandlerMethod
Extends
InvocableHandlerMethod with the ability to handle the value returned from the method through
a registered HandlerMethodArgumentResolver that supports the given return value type. |
Modifier and Type | Method and Description |
---|---|
protected ServletRequestDataBinderFactory |
RequestMappingHandlerAdapter.createDataBinderFactory(List<InvocableHandlerMethod> binderMethods)
Template method to create a new ServletRequestDataBinderFactory instance.
|
Constructor and Description |
---|
ServletRequestDataBinderFactory(List<InvocableHandlerMethod> binderMethods,
WebBindingInitializer initializer)
Create a new instance.
|
Copyright © 2015. All Rights Reserved.