org.atmosphere.guice
Class AtmosphereGuiceServlet

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
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AtmosphereGuiceServlet
extends org.atmosphere.cpr.AtmosphereServlet

Google Guice Integration. Only difference with the AtmosphereServlet is this class is annotated with @Singleton annotation.

Author:
Jeanfrancois Arcand
See Also:
Serialized Form

Field Summary
static String PROPERTIES
           
 
Fields inherited from class org.atmosphere.cpr.AtmosphereServlet
autoDetectHandlers, framework, isFilter, logger
 
Constructor Summary
AtmosphereGuiceServlet()
           
AtmosphereGuiceServlet(boolean isFilter, boolean autoDetectHandlers)
           
 
Method Summary
 
Methods inherited from class org.atmosphere.cpr.AtmosphereServlet
configureFramework, destroy, doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, framework, init, newAtmosphereFramework
 
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
 

Field Detail

PROPERTIES

public static final String PROPERTIES
Constructor Detail

AtmosphereGuiceServlet

public AtmosphereGuiceServlet()

AtmosphereGuiceServlet

public AtmosphereGuiceServlet(boolean isFilter,
                              boolean autoDetectHandlers)


Copyright © 2014. All Rights Reserved.