Package com.aquima.web.webinterceptor
package com.aquima.web.webinterceptor
-
ClassDescriptionBase class for handler interceptors which require access to the AquimaSession for the current request.An interceptor which checks for Cross-Site Request Forgery (CSRF) tokens.Interceptor for handling http method requests .Interceptor to log incoming requests.This interceptor checks for the presence and validity of request wards for requests that may modify an AquimaSession.Interceptor for handling forbidden resource requests.This interceptor automatically registers the request-scoped
SessionListener
on the portal session of the current request, before aController
method annotated withActivateSessionListener
is invoked.Handler interceptor used for preventing xss via url.