Uses of Package
org.springframework.web.context.request

Packages that use org.springframework.web.context.request
org.springframework.orm.hibernate3.support Classes supporting the org.springframework.orm.hibernate3 package. 
org.springframework.orm.jdo.support Classes supporting the org.springframework.orm.jdo package. 
org.springframework.orm.jpa.support Classes supporting the org.springframework.orm.jpa package. 
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.portlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
 

Classes in org.springframework.web.context.request used by org.springframework.orm.hibernate3.support
WebRequest
          Generic interface for a web request.
WebRequestInterceptor
          Interface for general web request interception.
 

Classes in org.springframework.web.context.request used by org.springframework.orm.jdo.support
WebRequest
          Generic interface for a web request.
WebRequestInterceptor
          Interface for general web request interception.
 

Classes in org.springframework.web.context.request used by org.springframework.orm.jpa.support
WebRequest
          Generic interface for a web request.
WebRequestInterceptor
          Interface for general web request interception.
 

Classes in org.springframework.web.context.request used by org.springframework.web.bind.annotation.support
NativeWebRequest
          Extension of the WebRequest interface, exposing the native request and response objects in a generic fashion.
 

Classes in org.springframework.web.context.request used by org.springframework.web.bind.support
NativeWebRequest
          Extension of the WebRequest interface, exposing the native request and response objects in a generic fashion.
WebRequest
          Generic interface for a web request.
 

Classes in org.springframework.web.context.request used by org.springframework.web.context.request
AbstractRequestAttributes
          Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes.
AbstractRequestAttributesScope
          Abstract Scope implementation that reads from a particular scope in the current thread-bound RequestAttributes object.
FacesRequestAttributes
          RequestAttributes adapter for a JSF FacesContext.
NativeWebRequest
          Extension of the WebRequest interface, exposing the native request and response objects in a generic fashion.
RequestAttributes
          Abstraction for accessing attribute objects associated with a request.
ServletRequestAttributes
          Servlet-based implementation of the RequestAttributes interface.
WebRequest
          Generic interface for a web request.
WebRequestInterceptor
          Interface for general web request interception.
 

Classes in org.springframework.web.context.request used by org.springframework.web.portlet.context
AbstractRequestAttributes
          Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes.
NativeWebRequest
          Extension of the WebRequest interface, exposing the native request and response objects in a generic fashion.
RequestAttributes
          Abstraction for accessing attribute objects associated with a request.
WebRequest
          Generic interface for a web request.
 

Classes in org.springframework.web.context.request used by org.springframework.web.portlet.handler
WebRequestInterceptor
          Interface for general web request interception.
 

Classes in org.springframework.web.context.request used by org.springframework.web.servlet.handler
AbstractRequestAttributes
          Abstract support class for RequestAttributes implementations, offering a request completion mechanism for request-specific destruction callbacks and for updating accessed session attributes.
NativeWebRequest
          Extension of the WebRequest interface, exposing the native request and response objects in a generic fashion.
RequestAttributes
          Abstraction for accessing attribute objects associated with a request.
ServletRequestAttributes
          Servlet-based implementation of the RequestAttributes interface.
ServletWebRequest
          WebRequest adapter for an HttpServletRequest.
WebRequest
          Generic interface for a web request.
 



Copyright © 2002-2008 The Spring Framework.