Package org.pentaho.platform.web.servlet
Class GwtRpcProxyServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.pentaho.platform.web.servlet.AbstractGwtRpcProxyServlet
org.pentaho.platform.web.servlet.GwtRpcProxyServlet
- All Implemented Interfaces:
com.google.gwt.user.server.rpc.SerializationPolicyProvider,Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
This servlet is the traffic cop for GWT services core to the BIServer. See pentahoServices.spring.xml for bean
definitions referenced by this servlet.
- See Also:
-
Field Summary
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse -
Constructor Summary
ConstructorsConstructorDescriptionGwtRpcProxyServlet(IGwtRpcSerializationPolicyCache serializationPolicyCache) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractGwtRpcgetRpc(javax.servlet.http.HttpServletRequest httpRequest) Methods inherited from class org.pentaho.platform.web.servlet.AbstractGwtRpcProxyServlet
doGetSerializationPolicy, doUnexpectedFailure, getSerializationPolicyCache, processCall, readContentMethods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
checkPermutationStrongName, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponseMethods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserializedMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
GwtRpcProxyServlet
public GwtRpcProxyServlet() -
GwtRpcProxyServlet
-
-
Method Details
-
getRpc
@NonNull protected AbstractGwtRpc getRpc(@NonNull javax.servlet.http.HttpServletRequest httpRequest) - Specified by:
getRpcin classAbstractGwtRpcProxyServlet
-