org.apache.archiva.web.startup
Class ArchivaStartup
java.lang.Object
org.apache.archiva.web.startup.ArchivaStartup
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class ArchivaStartup
- extends Object
- implements javax.servlet.ServletContextListener
ArchivaStartup - the startup of all archiva features in a deterministic order.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchivaStartup
public ArchivaStartup()
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent contextEvent)
- Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent contextEvent)
- Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.