org.nuiton.wikitty.publication.ui
Class ApplicationListener
java.lang.Object
org.nuiton.wikitty.publication.ui.ApplicationListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class ApplicationListener
- extends Object
- implements javax.servlet.ServletContextListener
Class use to set general properties and initialize needed component
for the wikitty publication web application
- Author:
- mfortun
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationListener
public ApplicationListener()
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
Copyright © 2010-2011 CodeLutin. All Rights Reserved.