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. |
Modifier and Type | Class and Description |
---|---|
class |
InitBinderDataBinderFactory
Adds initialization to a WebDataBinder via
@InitBinder methods. |
Modifier and Type | Class and Description |
---|---|
class |
ServletRequestDataBinderFactory
Creates a
ServletRequestDataBinder . |