javax.servlet
specification.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 ). |
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
DispatcherType and used in configuration as the servlet API may
not be present. |
Annotation Type | Description |
---|---|
ServletComponentScan |
javax.servlet
specification.