| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | FacesWebRequestWebRequestadapter for a JSFFacesContext. | 
|  class | ServletWebRequestWebRequestadapter for anHttpServletRequest. | 
| Uses of NativeWebRequest in org.springframework.web.portlet.context | 
|---|
| Classes in org.springframework.web.portlet.context that implement NativeWebRequest | |
|---|---|
|  class | PortletWebRequestWebRequestadapter
 for aPortletRequest. | 
| Uses of NativeWebRequest in org.springframework.web.servlet.handler | 
|---|
| Classes in org.springframework.web.servlet.handler that implement NativeWebRequest | |
|---|---|
|  class | DispatcherServletWebRequestServletWebRequestsubclass that is aware ofDispatcherServlet's
 request context, such as the Locale determined by the configuredLocaleResolver. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||