net.stickycode.guice3
Class StickyGuiceContextListener

java.lang.Object
  extended by com.google.inject.servlet.GuiceServletContextListener
      extended by net.stickycode.guice3.StickyGuiceContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class StickyGuiceContextListener
extends com.google.inject.servlet.GuiceServletContextListener


Constructor Summary
StickyGuiceContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
           
 void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
           
protected  com.google.inject.Injector getInjector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StickyGuiceContextListener

public StickyGuiceContextListener()
Method Detail

getInjector

protected com.google.inject.Injector getInjector()
Specified by:
getInjector in class com.google.inject.servlet.GuiceServletContextListener

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class com.google.inject.servlet.GuiceServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
Overrides:
contextDestroyed in class com.google.inject.servlet.GuiceServletContextListener


Copyright © 2011 RedEngine Ltd. All Rights Reserved.