Package | Description |
---|---|
org.springframework.web.bind.annotation.support |
Support classes for web annotation processing.
|
org.springframework.web.bind.support |
Support classes for web data binding.
|
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
org.springframework.web.portlet.mvc |
Standard controller implementations for the portlet MVC framework that
comes with Spring.
|
org.springframework.web.portlet.mvc.annotation |
Support package for annotation-based Portlet MVC controllers.
|
org.springframework.web.servlet.mvc |
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
|
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
org.springframework.web.servlet.mvc.multiaction |
Package allowing MVC Controller implementations to handle requests
at method rather than class level.
|
Constructor and Description |
---|
HandlerMethodInvoker(HandlerMethodResolver methodResolver,
WebBindingInitializer bindingInitializer) |
HandlerMethodInvoker(HandlerMethodResolver methodResolver,
WebBindingInitializer bindingInitializer,
SessionAttributeStore sessionAttributeStore,
ParameterNameDiscoverer parameterNameDiscoverer,
WebArgumentResolver[] customArgumentResolvers,
HttpMessageConverter[] messageConverters) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableWebBindingInitializer
Convenient
WebBindingInitializer for declarative configuration
in a Spring application context. |
Constructor and Description |
---|
DefaultDataBinderFactory(WebBindingInitializer initializer)
Create new instance.
|
Constructor and Description |
---|
InitBinderDataBinderFactory(List<InvocableHandlerMethod> binderMethods,
WebBindingInitializer initializer)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
WebBindingInitializer |
BaseCommandController.getWebBindingInitializer()
Deprecated.
Return the WebBindingInitializer (if any) which will apply pre-configured
configuration to every DataBinder that this controller uses.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseCommandController.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
Deprecated.
Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationMethodHandlerAdapter.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
|
Modifier and Type | Method and Description |
---|---|
WebBindingInitializer |
BaseCommandController.getWebBindingInitializer()
Deprecated.
Return the WebBindingInitializer (if any) which will apply pre-configured
configuration to every DataBinder that this controller uses.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseCommandController.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
Deprecated.
Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationMethodHandlerAdapter.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
Deprecated.
Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
|
Modifier and Type | Method and Description |
---|---|
WebBindingInitializer |
RequestMappingHandlerAdapter.getWebBindingInitializer()
Return the configured WebBindingInitializer, or
null if none. |
Modifier and Type | Method and Description |
---|---|
void |
RequestMappingHandlerAdapter.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
Provide a WebBindingInitializer with "global" initialization to apply
to every DataBinder instance.
|
Constructor and Description |
---|
ServletRequestDataBinderFactory(List<InvocableHandlerMethod> binderMethods,
WebBindingInitializer initializer)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
WebBindingInitializer |
MultiActionController.getWebBindingInitializer()
Return the WebBindingInitializer (if any) which will apply pre-configured
configuration to every DataBinder that this controller uses.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiActionController.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
Specify a WebBindingInitializer which will apply pre-configured
configuration to every DataBinder that this controller uses.
|
Copyright © 2015. All rights reserved.