|
|||||||||
| 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.
| Nested Class Summary | |
|---|---|
class |
AtmosphereGuiceServlet.GuiceAtmosphereFramework
|
| Field Summary | |
|---|---|
static String |
PROPERTIES
|
| Fields inherited from class org.atmosphere.cpr.AtmosphereServlet |
|---|
initializer, logger |
| Constructor Summary | |
|---|---|
AtmosphereGuiceServlet()
|
|
| Method Summary | |
|---|---|
protected org.atmosphere.cpr.AtmosphereServlet |
configureFramework(javax.servlet.ServletConfig sc,
boolean init)
|
| 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()
| Method Detail |
|---|
protected org.atmosphere.cpr.AtmosphereServlet configureFramework(javax.servlet.ServletConfig sc,
boolean init)
throws javax.servlet.ServletException
configureFramework in class org.atmosphere.cpr.AtmosphereServletjavax.servlet.ServletException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||