Uses of Class
org.pentaho.platform.web.gwt.rpc.AbstractGwtRpc
-
Packages that use AbstractGwtRpc Package Description org.pentaho.platform.web.gwt.rpc org.pentaho.platform.web.gwt.rpc.matcher org.pentaho.platform.web.servlet -
-
Uses of AbstractGwtRpc in org.pentaho.platform.web.gwt.rpc
Subclasses of AbstractGwtRpc in org.pentaho.platform.web.gwt.rpc Modifier and Type Class Description classPluginGwtRpcThePluginGwtRpcclass is a specialized GWT-RPC which can be used to handle remote calls to services of Pentaho Platform plugins, e.g.classSystemGwtRpcTheSystemGwtRpcclass 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 AbstractGwtRpc Modifier and Type Method Description protected 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 AbstractGwtRpc Modifier and Type Method Description protected 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 AbstractGwtRpc Modifier and Type Method Description protected abstract AbstractGwtRpcAbstractGwtRpcProxyServlet. getRpc(javax.servlet.http.HttpServletRequest httpRequest)protected AbstractGwtRpcGwtRpcPluginProxyServlet. getRpc(javax.servlet.http.HttpServletRequest httpRequest)protected AbstractGwtRpcGwtRpcProxyServlet. getRpc(javax.servlet.http.HttpServletRequest httpRequest)
-