|
|||||||||
| 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.eclipse.jetty.websocket.WebSocketServlet
weblogic.servlet.http.AbstractAsyncServlet
org.atmosphere.cpr.AtmosphereServlet
org.atmosphere.guice.AtmosphereGuiceServlet
org.atmosphere.guice.GuiceManagedAtmosphereServlet
public class GuiceManagedAtmosphereServlet
Google Guice Integration. The difference between this class and the AtmosphereGuiceServlet is you don't need
to define it in web.xml and instead use a pure Guice web.xml file.
| Field Summary |
|---|
| Fields inherited from class org.atmosphere.guice.AtmosphereGuiceServlet |
|---|
JERSEY_PROPERTIES |
| Fields inherited from class org.atmosphere.cpr.AtmosphereServlet |
|---|
framework |
| Constructor Summary | |
|---|---|
GuiceManagedAtmosphereServlet(boolean isFilter,
boolean autoDetectHandlers)
|
|
| Method Summary |
|---|
| Methods inherited from class org.atmosphere.cpr.AtmosphereServlet |
|---|
destroy, doDelete, doGet, doHead, doOptions, doPost, doPut, doRequest, doResponse, doTimeout, doTrace, doWebSocketConnect, event, event, event, framework, init |
| Methods inherited from class weblogic.servlet.http.AbstractAsyncServlet |
|---|
notify |
| Methods inherited from class org.eclipse.jetty.websocket.WebSocketServlet |
|---|
checkOrigin, init, service |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.atmosphere.di.ServletContextProvider |
|---|
getServletContext |
| Methods inherited from interface javax.servlet.Servlet |
|---|
getServletConfig, getServletInfo, service |
| Constructor Detail |
|---|
public GuiceManagedAtmosphereServlet(boolean isFilter,
boolean autoDetectHandlers)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||