com.acme
Class PojoContextListenerTest

java.lang.Object
  extended by com.acme.PojoContextListenerTest

@ServletContextListener
public class PojoContextListenerTest
extends Object


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

Constructor Detail

PojoContextListenerTest

public PojoContextListenerTest()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent e)

contextDestroyed

public void contextDestroyed(ServletContextEvent e)


Copyright © 1995-2008 Mort Bay Consulting. All Rights Reserved.