Package org.springframework.boot.web.servlet
package org.springframework.boot.web.servlet
Classes and utilities designed to work with the
jakarta.servlet
specification.-
ClassDescriptionAbstractFilterRegistrationBean<T extends Filter>Abstract base
ServletContextInitializer
to registerFilter
s in a Servlet 3.0+ container.AServletContextInitializer
to registerDelegatingFilterProxy
s in a Servlet 3.0+ container.Enumeration of filter dispatcher types, identical toDispatcherType
and used in configuration as the servlet API may not be present.DynamicRegistrationBean<D extends Registration.Dynamic>Base class for Servlet 3.0+dynamic
based registration beans.FilterRegistrationBean<T extends Filter>AServletContextInitializer
to registerFilter
s in a Servlet 3.0+ container.Factory that can be used to create aMultipartConfigElement
.Base class for Servlet 3.0+ based registration beans.Interface used to configure a Servlet 3.0+context
programmatically.A collectionServletContextInitializer
s obtained from aListableBeanFactory
.Adapter to convert a given Bean type into aRegistrationBean
(and hence aServletContextInitializer
).ServletListenerRegistrationBean<T extends EventListener>AServletContextInitializer
to registerEventListener
s in a Servlet 3.0+ container.ServletRegistrationBean<T extends Servlet>AServletContextInitializer
to registerServlet
s in a Servlet 3.0+ container.Interface to be implemented by types that register@WebListeners
.A registry that holds@WebListeners
.