Package org.pentaho.platform.web.servlet
Class GwtRpcPluginProxyServlet
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.GwtRpcPluginProxyServlet
- All Implemented Interfaces:
com.google.gwt.user.server.rpc.SerializationPolicyProvider
,Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
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.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
-
Constructor Summary
ConstructorsConstructorDescriptionGwtRpcPluginProxyServlet
(IGwtRpcSerializationPolicyCache serializationPolicyCache) -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractGwtRpc
getRpc
(javax.servlet.http.HttpServletRequest httpRequest) Methods inherited from class org.pentaho.platform.web.servlet.AbstractGwtRpcProxyServlet
doGetSerializationPolicy, doUnexpectedFailure, getSerializationPolicyCache, processCall, readContent
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
checkPermutationStrongName, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized
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, log, log
-
Constructor Details
-
GwtRpcPluginProxyServlet
public GwtRpcPluginProxyServlet() -
GwtRpcPluginProxyServlet
-
-
Method Details
-
getRpc
@NonNull protected AbstractGwtRpc getRpc(@NonNull javax.servlet.http.HttpServletRequest httpRequest) - Specified by:
getRpc
in classAbstractGwtRpcProxyServlet
-