@WebListener public class ApplicationActivator extends Object implements javax.servlet.ServletContextListener
Runtime as part of the web app lifecycle.| Constructor and Description |
|---|
ApplicationActivator() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
Uninstalls the webapp's module.
|
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Creates the runtime and installs/starts the webapp as a module.
|
public void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2013 JBoss by Red Hat. All Rights Reserved.