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

Packages that use SessionAttributeStore
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.annotation Support package for annotation-based Portlet MVC controllers. 
org.springframework.web.servlet.mvc.annotation Support package for annotation-based Servlet MVC controllers. 
 

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

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

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

Classes in org.springframework.web.bind.support that implement SessionAttributeStore
 class DefaultSessionAttributeStore
          Default implementation of the SessionAttributeStore interface, storing the attributes in the WebRequest session (i.e.
 

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

Methods in org.springframework.web.portlet.mvc.annotation with parameters of type SessionAttributeStore
 void AnnotationMethodHandlerAdapter.setSessionAttributeStore(SessionAttributeStore sessionAttributeStore)
          Specify the strategy to store session attributes with.
 

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

Methods in org.springframework.web.servlet.mvc.annotation with parameters of type SessionAttributeStore
 void AnnotationMethodHandlerAdapter.setSessionAttributeStore(SessionAttributeStore sessionAttributeStore)
          Specify the strategy to store session attributes with.
 



Copyright © 2002-2008 The Spring Framework.