javax.servlet specification.See: Description
| Interface | Description | 
|---|---|
| ServletContextInitializer | Interface used to configure a Servlet 3.0+  contextprogrammatically. | 
| ServletContextInitializerBeans.RegistrationBeanAdapter<T> | Adapter to convert a given Bean type into a  RegistrationBean(and hence aServletContextInitializer). | 
| WebListenerRegistrar | Interface to be implemented by types that register  @WebListeners. | 
| WebListenerRegistry | A registry that holds  @WebListeners. | 
| Enum | Description | 
|---|---|
| DispatcherType | Enumeration of filter dispatcher types, identical to
  DispatcherTypeand used in configuration as the servlet API may
 not be present. | 
| Annotation Type | Description | 
|---|---|
| ServletComponentScan | 
javax.servlet specification.