Uses of Interface
org.springframework.web.bind.support.WebBindingInitializer

Packages that use WebBindingInitializer
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.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.multiaction Package allowing MVC Controller implementations to handle requests at method rather than class level. 
 

Uses of WebBindingInitializer in org.springframework.web.bind.annotation.support
 

Constructors in org.springframework.web.bind.annotation.support with parameters of type WebBindingInitializer
HandlerMethodInvoker(HandlerMethodResolver methodResolver, WebBindingInitializer bindingInitializer)
           
HandlerMethodInvoker(HandlerMethodResolver methodResolver, WebBindingInitializer bindingInitializer, SessionAttributeStore sessionAttributeStore, ParameterNameDiscoverer parameterNameDiscoverer, WebArgumentResolver... customArgumentResolvers)
           
 

Uses of WebBindingInitializer in org.springframework.web.bind.support
 

Classes in org.springframework.web.bind.support that implement WebBindingInitializer
 class ConfigurableWebBindingInitializer
          Convenient WebBindingInitializer for declarative configuration in a Spring application context.
 

Uses of WebBindingInitializer in org.springframework.web.portlet.mvc
 

Methods in org.springframework.web.portlet.mvc that return WebBindingInitializer
 WebBindingInitializer BaseCommandController.getWebBindingInitializer()
          Return the WebBindingInitializer (if any) which will apply pre-configured configuration to every DataBinder that this controller uses.
 

Methods in org.springframework.web.portlet.mvc with parameters of type WebBindingInitializer
 void BaseCommandController.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
          Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
 

Uses of WebBindingInitializer in org.springframework.web.portlet.mvc.annotation
 

Methods in org.springframework.web.portlet.mvc.annotation with parameters of type WebBindingInitializer
 void AnnotationMethodHandlerAdapter.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
          Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
 

Uses of WebBindingInitializer in org.springframework.web.servlet.mvc
 

Methods in org.springframework.web.servlet.mvc that return WebBindingInitializer
 WebBindingInitializer BaseCommandController.getWebBindingInitializer()
          Return the WebBindingInitializer (if any) which will apply pre-configured configuration to every DataBinder that this controller uses.
 

Methods in org.springframework.web.servlet.mvc with parameters of type WebBindingInitializer
 void BaseCommandController.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
          Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
 

Uses of WebBindingInitializer in org.springframework.web.servlet.mvc.annotation
 

Methods in org.springframework.web.servlet.mvc.annotation with parameters of type WebBindingInitializer
 void AnnotationMethodHandlerAdapter.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
          Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
 

Uses of WebBindingInitializer in org.springframework.web.servlet.mvc.multiaction
 

Methods in org.springframework.web.servlet.mvc.multiaction that return WebBindingInitializer
 WebBindingInitializer MultiActionController.getWebBindingInitializer()
          Return the WebBindingInitializer (if any) which will apply pre-configured configuration to every DataBinder that this controller uses.
 

Methods in org.springframework.web.servlet.mvc.multiaction with parameters of type WebBindingInitializer
 void MultiActionController.setWebBindingInitializer(WebBindingInitializer webBindingInitializer)
          Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
 



Copyright © 2002-2008 The Spring Framework.