Package org.pentaho.platform.web.servlet
Class GwtRpcPluginProxyServlet
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.GwtRpcPluginProxyServlet
- All Implemented Interfaces:
com.google.gwt.user.server.rpc.SerializationPolicyProvider,jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
This is the plugin variant of the GwtRpcProxyServlet. This servlet routes incoming GWT RPC requests to POJOs found in
a plugin lib.
- See Also:
-
Field Summary
Fields inherited from class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponseFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
ConstructorsConstructorDescriptionGwtRpcPluginProxyServlet(IGwtRpcSerializationPolicyCache serializationPolicyCache) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractGwtRpcgetRpc(jakarta.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.jakarta.RemoteServiceServlet
checkPermutationStrongName, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponseMethods inherited from class com.google.gwt.user.server.rpc.jakarta.AbstractRemoteServiceServlet
doPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserializedMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
GwtRpcPluginProxyServlet
public GwtRpcPluginProxyServlet() -
GwtRpcPluginProxyServlet
-
-
Method Details
-
getRpc
@NonNull protected AbstractGwtRpc getRpc(@NonNull jakarta.servlet.http.HttpServletRequest httpRequest) - Specified by:
getRpcin classAbstractGwtRpcProxyServlet
-