com.logicaldoc.web
Class ApplicationInitializer

java.lang.Object
  extended by com.logicaldoc.web.ApplicationInitializer
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class ApplicationInitializer
extends java.lang.Object
implements javax.servlet.ServletContextListener

Listener that initialises relevant system stuffs during application startup

Since:
3.0
Author:
Alessandro Gasparini - Logical Objects

Constructor Summary
ApplicationInitializer()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationInitializer

public ApplicationInitializer()
Method Detail

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
See Also:
ServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
See Also:
ServletContextListener.contextInitialized(javax.servlet.ServletContextEvent)


Copyright © 2008-2010 Logical Objects. All Rights Reserved.