类的使用
org.springframework.web.context.request.AbstractRequestAttributes
使用AbstractRequestAttributes的程序包 程序包 说明 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.context.request.async Support for asynchronous request processing.org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.org.springframework.web.context.request中AbstractRequestAttributes的使用
org.springframework.web.context.request中AbstractRequestAttributes的子类 修饰符和类型 类 说明 classServletRequestAttributesServlet-based implementation of theRequestAttributesinterface.classServletWebRequestWebRequestadapter for anHttpServletRequest.org.springframework.web.context.request.async中AbstractRequestAttributes的使用
org.springframework.web.context.request.async中AbstractRequestAttributes的子类 修饰符和类型 类 说明 classStandardServletAsyncWebRequestA Servlet 3.0 implementation ofAsyncWebRequest.org.springframework.web.servlet.handler中AbstractRequestAttributes的使用
org.springframework.web.servlet.handler中AbstractRequestAttributes的子类 修饰符和类型 类 说明 classDispatcherServletWebRequestServletWebRequestsubclass that is aware ofDispatcherServlet's request context, such as the Locale determined by the configuredLocaleResolver.