org.parancoe.web
Class ContextListener

java.lang.Object
  extended by org.parancoe.web.ContextListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

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

A context listener for initializing the Spring context.

Version:
$Revision$
Author:
paolo.dona@seesaw.it, Lucio Benfante

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

Constructor Detail

ContextListener

public ContextListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent evt)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

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


Copyright © 2007 JUG Padova Parancoe Team. All Rights Reserved.