ServletRegistration
Registers a Servlet in a Servlet 3.0+ container. Can be used as an annotation-based alternative to ServletRegistrationBean.
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
Whether registration failures should be ignored.
Link copied to clipboard
The
loadOnStartup
priority.Link copied to clipboard
Order of the registration bean.
Link copied to clipboard
URL mappings for the servlet.