Uses of Class
jakarta.servlet.ServletContextEvent
Packages that use ServletContextEvent
Package
Description
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
-
Uses of ServletContextEvent in com.sun.faces.application
Methods in com.sun.faces.application with parameters of type ServletContextEventModifier and TypeMethodDescriptionvoid
WebappLifecycleListener.contextDestroyed
(ServletContextEvent event) Notification that the servlet context is about to be shut down.void
WebappLifecycleListener.contextInitialized
(ServletContextEvent event) Notification that the web application initialization process is starting. -
Uses of ServletContextEvent in com.sun.faces.config
Methods in com.sun.faces.config with parameters of type ServletContextEventModifier and TypeMethodDescriptionvoid
ConfigureListener.contextDestroyed
(ServletContextEvent sce) void
ConfigureListener.contextInitialized
(ServletContextEvent servletContextEvent) -
Uses of ServletContextEvent in jakarta.servlet
Subclasses of ServletContextEvent in jakarta.servletModifier and TypeClassDescriptionclass
Event class for notifications about changes to the attributes of the ServletContext of a web application.Methods in jakarta.servlet with parameters of type ServletContextEventModifier and TypeMethodDescriptiondefault void
ServletContextListener.contextDestroyed
(ServletContextEvent sce) Receives notification that the ServletContext is about to be shut down.default void
ServletContextListener.contextInitialized
(ServletContextEvent sce) Receives notification that the web application initialization process is starting.