|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.atmosphere.cpr.AtmosphereServlet
org.atmosphere.guice.AtmosphereGuiceServlet
public class AtmosphereGuiceServlet
Google Guice Integration. Only difference with the AtmosphereServlet is this class is annotated with @Singleton
annotation.
| 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 |
|---|
public static final String PROPERTIES
| Constructor Detail |
|---|
public AtmosphereGuiceServlet()
public AtmosphereGuiceServlet(boolean isFilter,
boolean autoDetectHandlers)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||