Uses of Class
org.pentaho.platform.web.gwt.rpc.AbstractGwtRpc
Package
Description
-
Uses of AbstractGwtRpc in org.pentaho.platform.web.gwt.rpc
Modifier and TypeClassDescriptionclass
ThePluginGwtRpc
class is a specialized GWT-RPC which can be used to handle remote calls to services of Pentaho Platform plugins, e.g.class
TheSystemGwtRpc
class is a specialized GWT-RPC which can be used to handle remote calls to services of the Pentaho Platform itself, e.g.Modifier 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
Modifier and TypeMethodDescriptionprotected abstract AbstractGwtRpc
AbstractGwtRpcRequestMatcher.getGwtRpc
(javax.servlet.http.HttpServletRequest httpRequest) Gets theAbstractGwtRpc
instance associated with the given request, creating one if it has not yet been created.protected AbstractGwtRpc
PluginGwtRpcRequestMatcher.getGwtRpc
(javax.servlet.http.HttpServletRequest httpRequest) protected AbstractGwtRpc
SystemGwtRpcRequestMatcher.getGwtRpc
(javax.servlet.http.HttpServletRequest httpRequest) -
Uses of AbstractGwtRpc in org.pentaho.platform.web.servlet
Modifier and TypeMethodDescriptionprotected abstract AbstractGwtRpc
AbstractGwtRpcProxyServlet.getRpc
(javax.servlet.http.HttpServletRequest httpRequest) protected AbstractGwtRpc
GwtRpcPluginProxyServlet.getRpc
(javax.servlet.http.HttpServletRequest httpRequest) protected AbstractGwtRpc
GwtRpcProxyServlet.getRpc
(javax.servlet.http.HttpServletRequest httpRequest)