Uses of Interface
org.springframework.web.context.request.NativeWebRequest

Packages that use NativeWebRequest
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.context.request Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session. 
org.springframework.web.portlet.context Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
 

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

Methods in org.springframework.web.bind.annotation.support with parameters of type NativeWebRequest
protected  WebDataBinder HandlerMethodInvoker.createBinder(NativeWebRequest webRequest, Object target, String objectName)
           
protected  void HandlerMethodInvoker.doBind(NativeWebRequest webRequest, WebDataBinder binder, boolean failOnErrors)
           
 Object HandlerMethodInvoker.invokeHandlerMethod(Method handlerMethod, Object handler, NativeWebRequest webRequest, ExtendedModelMap implicitModel)
           
protected  Object HandlerMethodInvoker.resolveCommonArgument(MethodParameter methodParameter, NativeWebRequest webRequest)
           
protected  Object HandlerMethodInvoker.resolveStandardArgument(Class parameterType, NativeWebRequest webRequest)
           
 void HandlerMethodInvoker.updateModelAttributes(Object handler, Map mavModel, ExtendedModelMap implicitModel, NativeWebRequest webRequest)
           
 

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

Methods in org.springframework.web.bind.support with parameters of type NativeWebRequest
 Object WebArgumentResolver.resolveArgument(MethodParameter methodParameter, NativeWebRequest webRequest)
          Resolve an argument for the given handler method parameter within the given web request.
 

Uses of NativeWebRequest in org.springframework.web.context.request
 

Classes in org.springframework.web.context.request that implement NativeWebRequest
 class FacesWebRequest
          WebRequest adapter for a JSF FacesContext.
 class ServletWebRequest
          WebRequest adapter for an HttpServletRequest.
 

Uses of NativeWebRequest in org.springframework.web.portlet.context
 

Classes in org.springframework.web.portlet.context that implement NativeWebRequest
 class PortletWebRequest
          WebRequest adapter for a PortletRequest.
 

Uses of NativeWebRequest in org.springframework.web.servlet.handler
 

Classes in org.springframework.web.servlet.handler that implement NativeWebRequest
 class DispatcherServletWebRequest
          ServletWebRequest subclass that is aware of DispatcherServlet's request context, such as the Locale determined by the configured LocaleResolver.
 



Copyright © 2002-2008 The Spring Framework.