@WebListener public class WebAppListener extends Object implements javax.servlet.ServletContextListener
Constructor and Description |
---|
WebAppListener() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent) |
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent) |
static void |
registerOnDestroyCommand(Command command) |
static void |
registerOnStartupCommand(Command command) |
public static void registerOnStartupCommand(Command command)
public static void registerOnDestroyCommand(Command command)
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
contextInitialized
in interface javax.servlet.ServletContextListener
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.