org.jboss.resteasy.plugins.guice
Class GuiceResteasyBootstrapServletContextListener
java.lang.Object
org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
org.jboss.resteasy.plugins.guice.GuiceResteasyBootstrapServletContextListener
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class GuiceResteasyBootstrapServletContextListener
- extends ResteasyBootstrap
- implements javax.servlet.ServletContextListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuiceResteasyBootstrapServletContextListener
public GuiceResteasyBootstrapServletContextListener()
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 © 2013 JBoss by Red Hat. All Rights Reserved.