|
||||||||||
| 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
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
com.gwtplatform.dispatch.server.guice.DispatchServiceImpl
public class DispatchServiceImpl
This is the server-side implementation of the DispatchService,
for which the client-side async service is
DispatchServiceAsync.
DispatchImpl, in theory the latter wouldn't be needed, but we use it to
workaround a GWT limitation described in DispatchAsync.
DispatchAsync,
Dispatch,
DispatchImpl,
DispatchService,
DispatchServiceAsync,
DispatchServiceImpl,
Serialized Form| Field Summary | |
|---|---|
protected String |
securityCookieName
|
| Fields inherited from class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl |
|---|
dispatch, logger, requestProvider |
| Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
|---|
perThreadRequest, perThreadResponse |
| Constructor Summary | |
|---|---|
DispatchServiceImpl(Logger logger,
Dispatch dispatch,
RequestProvider requestProvider)
|
|
| Method Summary | |
|---|---|
String |
getSecurityCookieName()
|
| Methods inherited from class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl |
|---|
execute, undo |
| Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
|---|
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
| Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
|---|
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Inject(optional=true) protected String securityCookieName
| Constructor Detail |
|---|
@Inject
public DispatchServiceImpl(Logger logger,
Dispatch dispatch,
RequestProvider requestProvider)
| Method Detail |
|---|
public String getSecurityCookieName()
getSecurityCookieName in class AbstractDispatchServiceImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||