See: Description
Interface | Description |
---|---|
ServletContextInitializer |
Interface used to configure a Servlet 3.0+
context
programmatically. |
ServletContextInitializerBeans.RegistrationBeanAdapter<T> |
Adapter to convert a given Bean type into a
RegistrationBean (and hence a
ServletContextInitializer ). |
Enum | Description |
---|---|
DispatcherType |
Enumeration of filter dispatcher types, identical to
DispatcherType and used in configuration as the servlet API may
not be present. |
Annotation Type | Description |
---|---|
ServletComponentScan |