Uses of Class
org.springframework.web.filter.OncePerRequestFilter
Packages that use OncePerRequestFilter
Package
Description
Classes supporting the
org.springframework.orm.hibernate5 package.Classes supporting the
org.springframework.orm.jpa package.Provides generic filter base classes allowing for bean-style configuration.
Support classes for the multipart resolution framework.
-
Uses of OncePerRequestFilter in org.springframework.orm.hibernate5.support
Subclasses of OncePerRequestFilter in org.springframework.orm.hibernate5.supportModifier and TypeClassDescriptionclassServlet Filter that binds a Hibernate Session to the thread for the entire processing of the request. -
Uses of OncePerRequestFilter in org.springframework.orm.jpa.support
Subclasses of OncePerRequestFilter in org.springframework.orm.jpa.supportModifier and TypeClassDescriptionclassServlet Filter that binds a JPA EntityManager to the thread for the entire processing of the request. -
Uses of OncePerRequestFilter in org.springframework.web.filter
Subclasses of OncePerRequestFilter in org.springframework.web.filterModifier and TypeClassDescriptionclassBase class forFilters that perform logging operations before and after a request is processed.classServlet Filter that allows one to specify a character encoding for requests.classSimple request logging filter that writes the request URI (and optionally the query string) to the Commons Log.classFilterto handle CORS pre-flight requests and intercept CORS simple and actual requests with aCorsProcessor, and to update the response, e.g.classFilterthat parses form data for HTTP PUT, PATCH, and DELETE requests and exposes it as Servlet request parameters.classExtract values from "Forwarded" and "X-Forwarded-*" headers, wrap the request and response, and make they reflect the client-originated protocol and address in the following methods:getServerName()getServerPort()getScheme()isSecure()sendRedirect(String).classFilterthat converts posted method parameters into HTTP methods, retrievable viaHttpServletRequest.getMethod().classOverridesHttpServletResponse.sendRedirect(String)and handles it by setting the HTTP status and "Location" headers, which keeps the Servlet container from re-writing relative redirect URLs into absolute ones.classServlet Filter that exposes the request to the current thread, through bothLocaleContextHolderandRequestContextHolder.classSimple request logging filter that writes the request URI (and optionally the query string) to the ServletContext log.classFilterthat generates anETagvalue based on the content on the response. -
Uses of OncePerRequestFilter in org.springframework.web.multipart.support
Subclasses of OncePerRequestFilter in org.springframework.web.multipart.supportModifier and TypeClassDescriptionclassServlet Filter that resolves multipart requests via aMultipartResolver.