The Spring Framework

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.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.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.
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.
 

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.
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.
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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.