Interface WebListenerRegistry
- All Known Subinterfaces:
ConfigurableServletWebServerFactory
public interface WebListenerRegistry
A registry that holds
@WebListeners.- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddWebListeners(String... webListenerClassNames) Adds web listeners that will be registered with the servlet web server.
-
Method Details
-
addWebListeners
Adds web listeners that will be registered with the servlet web server.- Parameters:
webListenerClassNames- the class names of the web listeners
-