Uses of Package
com.google.gwt.user.server.rpc.jakarta
-
Packages that use com.google.gwt.user.server.rpc.jakarta Package Description com.google.gwt.logging.server.jakarta Jakarta-specific package for server-only classes.com.google.gwt.user.server.rpc.jakarta Jakarta-specific package for server-only classes. -
Classes in com.google.gwt.user.server.rpc.jakarta used by com.google.gwt.logging.server.jakarta Class Description AbstractRemoteServiceServlet An abstract base class containing utility methods.RemoteServiceServlet The servlet base class for your RPC service implementations that automatically deserializes incoming requests from the client and serializes outgoing responses for client/server RPCs. -
Classes in com.google.gwt.user.server.rpc.jakarta used by com.google.gwt.user.server.rpc.jakarta Class Description AbstractRemoteServiceServlet An abstract base class containing utility methods.AbstractXsrfProtectedServiceServlet An 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.RemoteServiceServlet The servlet base class for your RPC service implementations that automatically deserializes incoming requests from the client and serializes outgoing responses for client/server RPCs.SerializationPolicyClient.Logger Destination for the loader's log messages.TeeWriter A writer that wraps one writer and copies all output written to it not only to that one writer but also to another writer ("tee").