| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebRequestInterceptor | |
|---|---|
| org.springframework.orm.hibernate3.support | Classes supporting the org.springframework.orm.hibernate3package. | 
| org.springframework.orm.jdo.support | Classes supporting the org.springframework.orm.jdopackage. | 
| org.springframework.orm.jpa.support | Classes supporting the org.springframework.orm.jpapackage. | 
| 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.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. | 
| Uses of WebRequestInterceptor in org.springframework.orm.hibernate3.support | 
|---|
| Classes in org.springframework.orm.hibernate3.support that implement WebRequestInterceptor | |
|---|---|
|  class | OpenSessionInViewInterceptorSpring web request interceptor that binds a Hibernate Sessionto the
 thread for the entire processing of the request. | 
| Uses of WebRequestInterceptor in org.springframework.orm.jdo.support | 
|---|
| Classes in org.springframework.orm.jdo.support that implement WebRequestInterceptor | |
|---|---|
|  class | OpenPersistenceManagerInViewInterceptorSpring web request interceptor that binds a JDO PersistenceManager to the thread for the entire processing of the request. | 
| Uses of WebRequestInterceptor in org.springframework.orm.jpa.support | 
|---|
| Classes in org.springframework.orm.jpa.support that implement WebRequestInterceptor | |
|---|---|
|  class | OpenEntityManagerInViewInterceptorSpring web request interceptor that binds a JPA EntityManager to the thread for the entire processing of the request. | 
| Uses of WebRequestInterceptor in org.springframework.web.context.request | 
|---|
| Classes in org.springframework.web.context.request that implement WebRequestInterceptor | |
|---|---|
|  class | Log4jNestedDiagnosticContextInterceptorRequest logging interceptor that adds a request context message to the Log4J nested diagnostic context (NDC) before the request is processed, removing it again after the request is processed. | 
| Uses of WebRequestInterceptor in org.springframework.web.portlet.handler | 
|---|
| Constructors in org.springframework.web.portlet.handler with parameters of type WebRequestInterceptor | |
|---|---|
| WebRequestHandlerInterceptorAdapter(WebRequestInterceptor requestInterceptor)Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor, applying to the render phase only. | |
| WebRequestHandlerInterceptorAdapter(WebRequestInterceptor requestInterceptor,
                                    boolean renderPhaseOnly)Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor. | |
| Uses of WebRequestInterceptor in org.springframework.web.servlet.handler | 
|---|
| Constructors in org.springframework.web.servlet.handler with parameters of type WebRequestInterceptor | |
|---|---|
| WebRequestHandlerInterceptorAdapter(WebRequestInterceptor requestInterceptor)Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||