org.atmosphere.guice
Class GuiceManagedAtmosphereServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.atmosphere.cpr.AtmosphereServlet
              extended by org.atmosphere.guice.AtmosphereGuiceServlet
                  extended by org.atmosphere.guice.GuiceManagedAtmosphereServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.apache.catalina.comet.CometProcessor, org.atmosphere.di.ServletContextProvider, org.jboss.servlet.http.HttpEventServlet

public class GuiceManagedAtmosphereServlet
extends AtmosphereGuiceServlet

Google Guice Integration. The difference between this class and the AtmosphereGuiceServlet is you don't need to define it in web.xml and instead use a pure Guice web.xml file.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.atmosphere.guice.AtmosphereGuiceServlet
JERSEY_PROPERTIES
 
Fields inherited from class org.atmosphere.cpr.AtmosphereServlet
framework
 
Constructor Summary
GuiceManagedAtmosphereServlet()
           
GuiceManagedAtmosphereServlet(boolean isFilter, boolean autoDetectHandlers)
           
 
Method Summary
 
Methods inherited from class org.atmosphere.cpr.AtmosphereServlet
destroy, doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, event, event, event, framework, init
 
Methods inherited from class javax.servlet.http.HttpServlet
getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.atmosphere.di.ServletContextProvider
getServletContext
 
Methods inherited from interface javax.servlet.Servlet
getServletConfig, getServletInfo, service
 

Constructor Detail

GuiceManagedAtmosphereServlet

public GuiceManagedAtmosphereServlet()

GuiceManagedAtmosphereServlet

public GuiceManagedAtmosphereServlet(boolean isFilter,
                                     boolean autoDetectHandlers)


Copyright © 2013. All Rights Reserved.