Uses of Interface
com.google.gwt.user.server.rpc.SerializationPolicyProvider
Packages that use SerializationPolicyProvider
Package
Description
Server classes for java.util.logging support in GWT.
Jakarta-specific package for server-only classes.
Classes used in server-side implementation of remote procedure calls.
Jakarta-specific package for server-only classes.
-
Uses of SerializationPolicyProvider in com.google.gwt.logging.server
Classes in com.google.gwt.logging.server that implement SerializationPolicyProviderModifier and TypeClassDescriptionclassServer-side code for the remote log handler. -
Uses of SerializationPolicyProvider in com.google.gwt.logging.server.jakarta
Classes in com.google.gwt.logging.server.jakarta that implement SerializationPolicyProviderModifier and TypeClassDescriptionclassServer-side code for the remote log handler. -
Uses of SerializationPolicyProvider in com.google.gwt.user.server.rpc
Classes in com.google.gwt.user.server.rpc that implement SerializationPolicyProviderModifier and TypeClassDescriptionclassAn abstract class for XSRF protected RPC service implementations, which decides if XSRF protection should be enforced on a method invocation based on the following logic: RPC interface or method can be annotated with eitherXsrfProtectorNoXsrfProtectannotation to enable or disable XSRF protection on all methods of an RPC interface or a single method correspondingly.classThe servlet base class for your RPC service implementations that automatically deserializes incoming requests from the client and serializes outgoing responses for client/server RPCs.classEXPERIMENTAL and subject to change.classEXPERIMENTAL and subject to change.Methods in com.google.gwt.user.server.rpc with parameters of type SerializationPolicyProviderModifier and TypeMethodDescriptionstatic RPCRequestRPC.decodeRequest(String encodedRequest, Class<?> type, SerializationPolicyProvider serializationPolicyProvider) Returns anRPCRequestthat is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request. -
Uses of SerializationPolicyProvider in com.google.gwt.user.server.rpc.jakarta
Classes in com.google.gwt.user.server.rpc.jakarta that implement SerializationPolicyProviderModifier and TypeClassDescriptionclassAn abstract class for XSRF protected RPC service implementations, which decides if XSRF protection should be enforced on a method invocation based on the following logic: RPC interface or method can be annotated with eitherXsrfProtectorNoXsrfProtectannotation to enable or disable XSRF protection on all methods of an RPC interface or a single method correspondingly.classThe servlet base class for your RPC service implementations that automatically deserializes incoming requests from the client and serializes outgoing responses for client/server RPCs.classEXPERIMENTAL and subject to change.classEXPERIMENTAL and subject to change.Methods in com.google.gwt.user.server.rpc.jakarta with parameters of type SerializationPolicyProviderModifier and TypeMethodDescriptionstatic RPCRequestRPC.decodeRequest(String encodedRequest, Class<?> type, SerializationPolicyProvider serializationPolicyProvider) Returns anRPCRequestthat is built by decoding the contents of an encoded RPC request and optionally validating that type can handle the request.