Uses of Package
org.springframework.web.bind.support

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

Classes in org.springframework.web.bind.support used by org.springframework.web.bind.annotation.support
SessionAttributeStore
          Strategy interface for storing model attributes in a backend session.
WebArgumentResolver
          SPI for resolving custom arguments for a specific handler method parameter.
WebBindingInitializer
          Callback interface for initializing a WebDataBinder for performing data binding in the context of a specific web request.
 

Classes in org.springframework.web.bind.support used by org.springframework.web.bind.support
SessionAttributeStore
          Strategy interface for storing model attributes in a backend session.
SessionStatus
          Simple interface that can be injected into handler methods, allowing them to signal that their session processing is complete.
WebBindingInitializer
          Callback interface for initializing a WebDataBinder for performing data binding in the context of a specific web request.
 

Classes in org.springframework.web.bind.support used by org.springframework.web.portlet.mvc
WebBindingInitializer
          Callback interface for initializing a WebDataBinder for performing data binding in the context of a specific web request.
 

Classes in org.springframework.web.bind.support used by org.springframework.web.portlet.mvc.annotation
SessionAttributeStore
          Strategy interface for storing model attributes in a backend session.
WebArgumentResolver
          SPI for resolving custom arguments for a specific handler method parameter.
WebBindingInitializer
          Callback interface for initializing a WebDataBinder for performing data binding in the context of a specific web request.
 

Classes in org.springframework.web.bind.support used by org.springframework.web.servlet.mvc.multiaction
WebBindingInitializer
          Callback interface for initializing a WebDataBinder for performing data binding in the context of a specific web request.
 



Copyright © 2002-2008 The Spring Framework.