@ParametersAreNonnullByDefault public class LauncherContextListener extends Object implements javax.servlet.ServletContextListener
Constructor and Description |
---|
LauncherContextListener()
Production constructor, called when
web.xml components are created. |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
public LauncherContextListener()
web.xml
components are created.public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized
in interface javax.servlet.ServletContextListener
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright © 2002-2023 Atlassian. All Rights Reserved.