Class AtmosphereGuiceServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class AtmosphereGuiceServlet
    extends org.atmosphere.cpr.AtmosphereServlet
    Google Guice Integration.
    Author:
    Jeanfrancois Arcand
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTIES  
      • Fields inherited from class org.atmosphere.cpr.AtmosphereServlet

        initializer, logger
    • Method Summary

      • Methods inherited from class org.atmosphere.cpr.AtmosphereServlet

        configureFramework, 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 java.lang.String PROPERTIES
    • Constructor Detail

      • AtmosphereGuiceServlet

        public AtmosphereGuiceServlet()