|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebRequestInterceptor | |
---|---|
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.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 |
OpenSessionInViewInterceptor
Spring web request interceptor that binds a Hibernate Session to 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 |
OpenPersistenceManagerInViewInterceptor
Spring 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 |
OpenEntityManagerInViewInterceptor
Spring 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.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. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |