Uses of Class
org.pentaho.platform.web.gwt.rpc.AbstractGwtRpc
Packages that use AbstractGwtRpc
Package
Description
-
Uses of AbstractGwtRpc in org.pentaho.platform.web.gwt.rpc
Subclasses of AbstractGwtRpc in org.pentaho.platform.web.gwt.rpcModifier and TypeClassDescriptionclassThePluginGwtRpcclass is a specialized GWT-RPC which can be used to handle remote calls to services of Pentaho Platform plugins, e.g.classTheSystemGwtRpcclass is a specialized GWT-RPC which can be used to handle remote calls to services of the Pentaho Platform itself, e.g.Methods in org.pentaho.platform.web.gwt.rpc with type parameters of type AbstractGwtRpcModifier and TypeMethodDescriptionprotected static <R extends AbstractGwtRpc>
RAbstractGwtRpc.getInstance(javax.servlet.http.HttpServletRequest httpRequest, Function<javax.servlet.http.HttpServletRequest, R> factory, IGwtRpcSerializationPolicyCache serializationPolicyCache) Gets the instance of a sub-class ofAbstractGwtRpc,R, which is stored in the given HTTP request, if there is one already, or creates one and stores it if not. -
Uses of AbstractGwtRpc in org.pentaho.platform.web.gwt.rpc.matcher
Methods in org.pentaho.platform.web.gwt.rpc.matcher that return AbstractGwtRpcModifier and TypeMethodDescriptionprotected abstract AbstractGwtRpcAbstractGwtRpcRequestMatcher.getGwtRpc(javax.servlet.http.HttpServletRequest httpRequest) Gets theAbstractGwtRpcinstance associated with the given request, creating one if it has not yet been created.protected AbstractGwtRpcPluginGwtRpcRequestMatcher.getGwtRpc(javax.servlet.http.HttpServletRequest httpRequest) protected AbstractGwtRpcSystemGwtRpcRequestMatcher.getGwtRpc(javax.servlet.http.HttpServletRequest httpRequest) -
Uses of AbstractGwtRpc in org.pentaho.platform.web.servlet
Methods in org.pentaho.platform.web.servlet that return AbstractGwtRpcModifier and TypeMethodDescriptionprotected abstract AbstractGwtRpcAbstractGwtRpcProxyServlet.getRpc(javax.servlet.http.HttpServletRequest httpRequest) protected AbstractGwtRpcGwtRpcPluginProxyServlet.getRpc(javax.servlet.http.HttpServletRequest httpRequest) protected AbstractGwtRpcGwtRpcProxyServlet.getRpc(javax.servlet.http.HttpServletRequest httpRequest)