org.eclipse.jetty.annotations
Class ServletContainerInitializerListener

java.lang.Object
  extended by org.eclipse.jetty.annotations.ServletContainerInitializerListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class ServletContainerInitializerListener
extends Object
implements ServletContextListener

ServletContainerInitializerListener


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

Constructor Detail

ServletContainerInitializerListener

public ServletContainerInitializerListener()
Method Detail

setWebAppContext

public void setWebAppContext(WebAppContext context)

contextInitialized

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

contextDestroyed

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


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