org.jboss.resteasy.plugins.guice
Class GuiceResteasyBootstrapServletContextListener

java.lang.Object
  extended by org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
      extended by org.jboss.resteasy.plugins.guice.GuiceResteasyBootstrapServletContextListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class GuiceResteasyBootstrapServletContextListener
extends ResteasyBootstrap
implements javax.servlet.ServletContextListener


Field Summary
 
Fields inherited from class org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
deployment
 
Constructor Summary
GuiceResteasyBootstrapServletContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
           
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiceResteasyBootstrapServletContextListener

public GuiceResteasyBootstrapServletContextListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class ResteasyBootstrap

contextDestroyed

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


Copyright © 2010. All Rights Reserved.