public class SpringGwtRemoteServiceServlet
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
| Constructor and Description |
|---|
SpringGwtRemoteServiceServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getBean(javax.servlet.http.HttpServletRequest request)
Determine Spring bean to handle request based on request URL, e.g.
|
protected Object |
getBean(String name)
Look up a spring bean with the specified name in the current web
application context.
|
protected String |
getService(javax.servlet.http.HttpServletRequest request)
Parse the service name from the request URL.
|
void |
init() |
String |
processCall(String payload) |
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void init()
init in class javax.servlet.GenericServletpublic String processCall(String payload) throws com.google.gwt.user.client.rpc.SerializationException
processCall in class com.google.gwt.user.server.rpc.RemoteServiceServletcom.google.gwt.user.client.rpc.SerializationExceptionprotected Object getBean(javax.servlet.http.HttpServletRequest request)
request - protected String getService(javax.servlet.http.HttpServletRequest request)
request - Copyright © 2019. All rights reserved.