Uses of Class
com.aquima.web.session.AbstractSessionAwareRequestHandler
Packages that use AbstractSessionAwareRequestHandler
-
Uses of AbstractSessionAwareRequestHandler in com.aquima.web.filter
Subclasses of AbstractSessionAwareRequestHandler in com.aquima.web.filterModifier and TypeClassDescriptionclass
Base class forFilter
s which require access to the AquimaSession for the current request. -
Uses of AbstractSessionAwareRequestHandler in com.aquima.web.webinterceptor
Subclasses of AbstractSessionAwareRequestHandler in com.aquima.web.webinterceptorModifier and TypeClassDescriptionclass
Base class for handler interceptors which require access to the AquimaSession for the current request.class
An interceptor which checks for Cross-Site Request Forgery (CSRF) tokens.class
This interceptor checks for the presence and validity of request wards for requests that may modify an AquimaSession.class
This interceptor automatically registers the request-scopedinvalid reference
SessionListener
Controller
method annotated withActivateSessionListener
is invoked.