org.apache.geronimo.samples.javaee6.cviewer
Class CviewerServletListener

java.lang.Object
  extended by org.apache.geronimo.samples.javaee6.cviewer.CviewerServletListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

@WebListener
public class CviewerServletListener
extends java.lang.Object
implements javax.servlet.ServletContextListener


Constructor Summary
CviewerServletListener()
           
 
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

CviewerServletListener

public CviewerServletListener()
Method Detail

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 © 2003-2012 The Apache Software Foundation. All Rights Reserved.