- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.atmosphere.cpr.AtmosphereServlet
-
- 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
-
Fields inherited from class org.atmosphere.cpr.AtmosphereServlet
autoDetectHandlers, framework, isFilter, logger
-
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
Copyright © 2014. All Rights Reserved.