@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.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.