Uses of Interface
org.pentaho.platform.web.gwt.rpc.IGwtRpcSerializationPolicyCache
Package
Description
-
Uses of IGwtRpcSerializationPolicyCache in org.pentaho.platform.web.gwt.rpc
Modifier and TypeMethodDescriptionAbstractGwtRpc.getSerializationPolicyCache()
Gets the serialization policy cache instance used by this GWT-RPC call.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.static PluginGwtRpc
PluginGwtRpc.getInstance
(javax.servlet.http.HttpServletRequest httpRequest, IGwtRpcSerializationPolicyCache serializationPolicyCache) Gets the instance ofPluginGwtRpc
which is associated with the given HTTP request, creating one, if needed.static SystemGwtRpc
SystemGwtRpc.getInstance
(javax.servlet.http.HttpServletRequest httpRequest, IGwtRpcSerializationPolicyCache serializationPolicyCache) Gets the instance ofSystemGwtRpc
which is associated with the given HTTP request, creating one, if needed.void
AbstractGwtRpc.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
Modifier and TypeMethodDescriptionAbstractGwtRpcRequestMatcher.getSerializationPolicyCache()
Gets the serialization policy cache, if any.ModifierConstructorDescriptionAbstractGwtRpcRequestMatcher
(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
Modifier and TypeClassDescriptionclass
TheGwtRpcSerializationPolicyCache
class is a basic in-memory, multi-threaded implementation of theIGwtRpcSerializationPolicyCache
interface. -
Uses of IGwtRpcSerializationPolicyCache in org.pentaho.platform.web.servlet
ModifierConstructorDescriptionprotected
AbstractGwtRpcProxyServlet
(IGwtRpcSerializationPolicyCache serializationPolicyCache) GwtRpcPluginProxyServlet
(IGwtRpcSerializationPolicyCache serializationPolicyCache) GwtRpcProxyServlet
(IGwtRpcSerializationPolicyCache serializationPolicyCache)