FilterRegistration
Registers a Filter in a Servlet 3.0+ container. Can be used as an annotation-based alternative to FilterRegistrationBean.
Author
Moritz Halbritter
Since
3.5.0
See also
Functions
Link copied to clipboard
Link copied to clipboard
Whether asynchronous operations are supported for this registration.
Link copied to clipboard
Dispatcher types that should be used with the registration.
Link copied to clipboard
Whether registration failures should be ignored.
Link copied to clipboard
Whether the filter mappings should be matched after any declared Filter mappings of the ServletContext.
Link copied to clipboard
Order of the registration bean.
Link copied to clipboard
Servlet names that the filter will be registered against.
Link copied to clipboard
URL patterns, as defined in the Servlet specification, that the filter will be registered against.