Uses of Interface
org.pentaho.platform.web.gwt.rpc.IGwtRpcSerializationPolicyCache
Packages that use IGwtRpcSerializationPolicyCache
Package
Description
-
Uses of IGwtRpcSerializationPolicyCache in org.pentaho.platform.web.gwt.rpc
Methods in org.pentaho.platform.web.gwt.rpc that return IGwtRpcSerializationPolicyCacheModifier and TypeMethodDescriptionAbstractGwtRpc.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 IGwtRpcSerializationPolicyCacheModifier 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 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 IGwtRpcSerializationPolicyCacheModifier and TypeMethodDescriptionAbstractGwtRpcRequestMatcher.getSerializationPolicyCache()Gets the serialization policy cache, if any.Constructors in org.pentaho.platform.web.gwt.rpc.matcher with parameters of type IGwtRpcSerializationPolicyCacheModifierConstructorDescriptionAbstractGwtRpcRequestMatcher(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 IGwtRpcSerializationPolicyCacheModifier and TypeClassDescriptionclassTheGwtRpcSerializationPolicyCacheclass 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 IGwtRpcSerializationPolicyCacheConstructors in org.pentaho.platform.web.servlet with parameters of type IGwtRpcSerializationPolicyCacheModifierConstructorDescriptionprotectedAbstractGwtRpcProxyServlet(IGwtRpcSerializationPolicyCache serializationPolicyCache) GwtRpcPluginProxyServlet(IGwtRpcSerializationPolicyCache serializationPolicyCache) GwtRpcProxyServlet(IGwtRpcSerializationPolicyCache serializationPolicyCache)