Class GwtRpcProxyServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet
org.pentaho.platform.web.servlet.AbstractGwtRpcProxyServlet
org.pentaho.platform.web.servlet.GwtRpcProxyServlet
All Implemented Interfaces:
com.google.gwt.user.server.rpc.SerializationPolicyProvider, jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class GwtRpcProxyServlet extends AbstractGwtRpcProxyServlet
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.jakarta.AbstractRemoteServiceServlet

    perThreadRequest, perThreadResponse

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected AbstractGwtRpc
    getRpc(jakarta.servlet.http.HttpServletRequest httpRequest)
     

    Methods inherited from class com.google.gwt.user.server.rpc.jakarta.RemoteServiceServlet

    checkPermutationStrongName, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse

    Methods inherited from class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet

    doPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, 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