Uses of Interface
org.pentaho.platform.web.gwt.rpc.IGwtRpcSerializationPolicyCache
-
-
Uses of IGwtRpcSerializationPolicyCache in org.pentaho.platform.web.gwt.rpc
Methods in org.pentaho.platform.web.gwt.rpc that return IGwtRpcSerializationPolicyCache Modifier and Type Method Description IGwtRpcSerializationPolicyCacheAbstractGwtRpc. getSerializationPolicyCache()Gets the serialization policy cache instance used by this GWT-RPC call.Methods in org.pentaho.platform.web.gwt.rpc with parameters of type IGwtRpcSerializationPolicyCache 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.static PluginGwtRpcPluginGwtRpc. getInstance(javax.servlet.http.HttpServletRequest httpRequest, IGwtRpcSerializationPolicyCache serializationPolicyCache)Gets the instance ofPluginGwtRpcwhich is associated with the given HTTP request, creating one, if needed.static SystemGwtRpcSystemGwtRpc. getInstance(javax.servlet.http.HttpServletRequest httpRequest, IGwtRpcSerializationPolicyCache serializationPolicyCache)Gets the instance ofSystemGwtRpcwhich is associated with the given HTTP request, creating one, if needed.voidAbstractGwtRpc. setSerializationPolicyCache(IGwtRpcSerializationPolicyCache serializationPolicyCache)Sets the serialization policy cache which will be used to load a serialization policy before creating one, or to store the created one if none exists. -
Uses of IGwtRpcSerializationPolicyCache in org.pentaho.platform.web.gwt.rpc.matcher
Methods in org.pentaho.platform.web.gwt.rpc.matcher that return IGwtRpcSerializationPolicyCache Modifier and Type Method Description IGwtRpcSerializationPolicyCacheAbstractGwtRpcRequestMatcher. getSerializationPolicyCache()Gets the serialization policy cache, if any.Constructors in org.pentaho.platform.web.gwt.rpc.matcher with parameters of type IGwtRpcSerializationPolicyCache Constructor Description AbstractGwtRpcRequestMatcher(String pattern, boolean isCaseInsensitive, Collection<String> rpcMethodNames, IGwtRpcSerializationPolicyCache serializationPolicyCache)Constructs a GWT-RPC request matcher given a path pattern, collection of RPC method names, and a GWT-RPC serialization policy cache.AbstractGwtRpcRequestMatcher(String pattern, Collection<String> rpcMethodNames, IGwtRpcSerializationPolicyCache serializationPolicyCache)Constructs a GWT-RPC request matcher given a path pattern, collection of RPC method names, and a GWT-RPC serialization policy cache.PluginGwtRpcRequestMatcher(String pattern, boolean isCaseInsensitive, Collection<String> rpcMethods, IGwtRpcSerializationPolicyCache serializationPolicyCache)PluginGwtRpcRequestMatcher(String pattern, Collection<String> rpcMethods, IGwtRpcSerializationPolicyCache serializationPolicyCache)SystemGwtRpcRequestMatcher(String pattern, boolean isCaseInsensitive, Collection<String> rpcMethods, IGwtRpcSerializationPolicyCache serializationPolicyCache)SystemGwtRpcRequestMatcher(String pattern, Collection<String> rpcMethods, IGwtRpcSerializationPolicyCache serializationPolicyCache) -
Uses of IGwtRpcSerializationPolicyCache in org.pentaho.platform.web.gwt.rpc.support
Classes in org.pentaho.platform.web.gwt.rpc.support that implement IGwtRpcSerializationPolicyCache Modifier and Type Class Description classGwtRpcSerializationPolicyCacheTheGwtRpcSerializationPolicyCacheclass is a basic in-memory, multi-threaded implementation of theIGwtRpcSerializationPolicyCacheinterface. -
Uses of IGwtRpcSerializationPolicyCache in org.pentaho.platform.web.servlet
Methods in org.pentaho.platform.web.servlet that return IGwtRpcSerializationPolicyCache Modifier and Type Method Description IGwtRpcSerializationPolicyCacheAbstractGwtRpcProxyServlet. getSerializationPolicyCache()Constructors in org.pentaho.platform.web.servlet with parameters of type IGwtRpcSerializationPolicyCache Constructor Description AbstractGwtRpcProxyServlet(IGwtRpcSerializationPolicyCache serializationPolicyCache)GwtRpcPluginProxyServlet(IGwtRpcSerializationPolicyCache serializationPolicyCache)GwtRpcProxyServlet(IGwtRpcSerializationPolicyCache serializationPolicyCache)
-