Package com.aquima.web.webinterceptor
Class AbstractSessionAwareInterceptor
java.lang.Object
com.aquima.web.session.AbstractSessionAwareRequestHandler
com.aquima.web.webinterceptor.AbstractSessionAwareInterceptor
- All Implemented Interfaces:
org.springframework.web.servlet.AsyncHandlerInterceptor
,org.springframework.web.servlet.HandlerInterceptor
- Direct Known Subclasses:
CsrfInterceptor
,RequestWardInterceptor
,SessionListenerInterceptor
public abstract class AbstractSessionAwareInterceptor
extends AbstractSessionAwareRequestHandler
implements org.springframework.web.servlet.AsyncHandlerInterceptor
Base class for handler interceptors which require access to the AquimaSession for the current request.
- Since:
- 11.0
- Author:
- MihaiB
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSessionAwareInterceptor
(com.blueriq.component.api.IAquimaSessionsMap sessionManager) -
Method Summary
Methods inherited from class com.aquima.web.session.AbstractSessionAwareRequestHandler
extractEffectiveFlushMode, extractSessionId, getSession, getSession, getSessionManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Method Details
-
preHandle
public boolean preHandle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler) throws Exception This implementation always returnstrue
.- Specified by:
preHandle
in interfaceorg.springframework.web.servlet.HandlerInterceptor
- Throws:
Exception
-