edu.uoc.pfc.lcamps.webapp.catwings.servlet.listener
Class ListenerStartup

java.lang.Object
  extended by edu.uoc.pfc.lcamps.webapp.catwings.servlet.listener.ListenerStartup
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

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

Classe d'inicialització de l'aplicació

Author:
Llorenç Camps

Constructor Summary
ListenerStartup()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
           
 void contextInitialized(javax.servlet.ServletContextEvent event)
          Startup de l'aplicacio.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerStartup

public ListenerStartup()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Startup de l'aplicacio.

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Parameters:
event -

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener