Package org.cometd.documentation.server
Class ServerServiceIntegrationDocs.ConfigurationListener
java.lang.Object
org.cometd.documentation.server.ServerServiceIntegrationDocs.ConfigurationListener
- All Implemented Interfaces:
jakarta.servlet.ServletContextAttributeListener
,EventListener
- Enclosing class:
- ServerServiceIntegrationDocs
public class ServerServiceIntegrationDocs.ConfigurationListener
extends Object
implements jakarta.servlet.ServletContextAttributeListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
attributeAdded(jakarta.servlet.ServletContextAttributeEvent event)
void
attributeRemoved(jakarta.servlet.ServletContextAttributeEvent event)
void
attributeReplaced(jakarta.servlet.ServletContextAttributeEvent event)
-
Constructor Details
-
ConfigurationListener
public ConfigurationListener()
-
-
Method Details
-
attributeAdded
public void attributeAdded(jakarta.servlet.ServletContextAttributeEvent event)- Specified by:
attributeAdded
in interfacejakarta.servlet.ServletContextAttributeListener
-
attributeRemoved
public void attributeRemoved(jakarta.servlet.ServletContextAttributeEvent event)- Specified by:
attributeRemoved
in interfacejakarta.servlet.ServletContextAttributeListener
-
attributeReplaced
public void attributeReplaced(jakarta.servlet.ServletContextAttributeEvent event)- Specified by:
attributeReplaced
in interfacejakarta.servlet.ServletContextAttributeListener
-